From: Jirka Hladky Date: Mon, 30 Sep 2019 16:58:23 +0000 (+0200) Subject: Removed NoNewPrivileges=on from the service file - it breaks the service X-Git-Tag: v1.9.8b X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4bf4658d6a8f94072e5a25d71ce8b05d81d638d;p=haveged Removed NoNewPrivileges=on from the service file - it breaks the service --- diff --git a/init.d/service.fedora b/init.d/service.fedora index ab46d01..d0c6d9d 100644 --- a/init.d/service.fedora +++ b/init.d/service.fedora @@ -11,9 +11,8 @@ ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground Restart=always SuccessExitStatus=137 143 CapabilityBoundingSet=CAP_SYS_ADMIN -NoNewPrivileges=on -PrivateDevices=on -PrivateNetwork=on +PrivateDevices=true +PrivateNetwork=true ProtectSystem=full [Install]