]> granicus.if.org Git - haveged/commitdiff
Removed NoNewPrivileges=on from the service file - it breaks the service v1.9.8b
authorJirka Hladky <jhladky@redhat.com>
Mon, 30 Sep 2019 16:58:23 +0000 (18:58 +0200)
committerJirka Hladky <jhladky@redhat.com>
Mon, 30 Sep 2019 16:58:23 +0000 (18:58 +0200)
init.d/service.fedora

index ab46d019ed0c297920132b1aec8fe2a6b0364ec1..d0c6d9d535848c5881b908a3a7ce293e090efee0 100644 (file)
@@ -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]