2022-12-02 09:34:18 +01:00
|
|
|
Index: pesign-113/src/pesign.service.in
|
2021-10-29 14:59:42 +02:00
|
|
|
===================================================================
|
2022-12-02 09:34:18 +01:00
|
|
|
--- pesign-113.orig/src/pesign.service.in
|
|
|
|
+++ pesign-113/src/pesign.service.in
|
2021-10-29 14:59:42 +02:00
|
|
|
@@ -3,6 +3,19 @@ Description=Pesign signing daemon
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
PrivateTmp=true
|
|
|
|
+# added automatically, for details please see
|
|
|
|
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
+ProtectSystem=full
|
|
|
|
+ProtectHome=true
|
|
|
|
+PrivateDevices=true
|
|
|
|
+ProtectHostname=true
|
|
|
|
+ProtectClock=true
|
|
|
|
+ProtectKernelTunables=true
|
|
|
|
+ProtectKernelModules=true
|
|
|
|
+ProtectKernelLogs=true
|
|
|
|
+ProtectControlGroups=true
|
|
|
|
+RestrictRealtime=true
|
|
|
|
+# end of automatic additions
|
2022-12-02 09:34:18 +01:00
|
|
|
Type=forking
|
|
|
|
PIDFile=/run/pesign.pid
|
|
|
|
ExecStart=/usr/bin/pesign --daemonize
|