22 lines
739 B
Diff
22 lines
739 B
Diff
|
Index: accountsservice-0.6.55/data/accounts-daemon.service.in
|
||
|
===================================================================
|
||
|
--- accountsservice-0.6.55.orig/data/accounts-daemon.service.in
|
||
|
+++ accountsservice-0.6.55/data/accounts-daemon.service.in
|
||
|
@@ -8,6 +8,16 @@ After=nss-user-lookup.target
|
||
|
Wants=nss-user-lookup.target
|
||
|
|
||
|
[Service]
|
||
|
+# added automatically, for details please see
|
||
|
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||
|
+ProtectHome=true
|
||
|
+PrivateDevices=true
|
||
|
+ProtectHostname=true
|
||
|
+ProtectClock=true
|
||
|
+ProtectKernelTunables=true
|
||
|
+ProtectKernelModules=true
|
||
|
+ProtectKernelLogs=true
|
||
|
+ProtectControlGroups=true
|
||
|
Type=dbus
|
||
|
BusName=org.freedesktop.Accounts
|
||
|
ExecStart=@libexecdir@/accounts-daemon
|