summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjirka-h <hladky.jiri@gmail.com>2020-06-11 13:37:07 +0200
committerGitHub <noreply@github.com>2020-06-11 13:37:07 +0200
commitb162c912116f85d7a67cb9bb06f6776efcee0b70 (patch)
tree34e13a8974f914dbc5b9fb8960f866134d2c975a
parentMerge pull request #34 from Chocobo1/gh_action (diff)
parentfix ordering cycle with private tmp (diff)
downloadhaveged-1.9.10.tar.xz
haveged-1.9.10.zip
Merge pull request #35 from eworm-de/private-tmpv1.9.10
fix ordering cycle with private tmp
-rw-r--r--init.d/service.fedora3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.d/service.fedora b/init.d/service.fedora
index b8f32ea..8de8828 100644
--- a/init.d/service.fedora
+++ b/init.d/service.fedora
@@ -12,7 +12,8 @@ SuccessExitStatus=137 143
SecureBits=noroot-locked
CapabilityBoundingSet=CAP_SYS_ADMIN
-PrivateTmp=true
+# We can *not* set PrivateTmp=true as it can cause an ordering cycle.
+PrivateTmp=false
PrivateDevices=true
PrivateNetwork=true
ProtectSystem=full