29 lines
980 B
Diff
29 lines
980 B
Diff
---
|
|
src/sysv/systemd/sssd-kcm.service.in | 13 +++++++++++++
|
|
1 file changed, 13 insertions(+)
|
|
|
|
Index: sssd-2.10.0/src/sysv/systemd/sssd-kcm.service.in
|
|
===================================================================
|
|
--- sssd-2.10.0.orig/src/sysv/systemd/sssd-kcm.service.in
|
|
+++ sssd-2.10.0/src/sysv/systemd/sssd-kcm.service.in
|
|
@@ -8,6 +8,19 @@ After=sssd-kcm.socket
|
|
Also=sssd-kcm.socket
|
|
|
|
[Service]
|
|
+# 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
|
|
Environment=DEBUG_LOGGER=--logger=files
|
|
ExecStartPre=+-/bin/chown -f @SSSD_USER@:@SSSD_USER@ @sssdconfdir@
|
|
ExecStartPre=+-/bin/chown -f @SSSD_USER@:@SSSD_USER@ @sssdconfdir@/sssd.conf
|