2021-07-28 10:20:17 +02:00
|
|
|
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
|
2021-08-26 17:08:30 +02:00
|
|
|
@@ -8,6 +8,15 @@ After=nss-user-lookup.target
|
2021-07-28 10:20:17 +02:00
|
|
|
Wants=nss-user-lookup.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
+# added automatically, for details please see
|
|
|
|
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
+PrivateDevices=true
|
|
|
|
+ProtectHostname=true
|
|
|
|
+ProtectClock=true
|
|
|
|
+ProtectKernelTunables=true
|
|
|
|
+ProtectKernelModules=true
|
|
|
|
+ProtectKernelLogs=true
|
|
|
|
+ProtectControlGroups=true
|
|
|
|
Type=dbus
|
|
|
|
BusName=org.freedesktop.Accounts
|
|
|
|
ExecStart=@libexecdir@/accounts-daemon
|