2024-08-30 15:41:46 +02:00
|
|
|
Index: audit-3.1.1/init.d/auditd.service
|
2024-05-03 11:11:31 +02:00
|
|
|
===================================================================
|
2024-08-30 15:41:46 +02:00
|
|
|
--- audit-3.1.1.orig/init.d/auditd.service
|
|
|
|
+++ audit-3.1.1/init.d/auditd.service
|
|
|
|
@@ -39,6 +39,15 @@ LockPersonality=true
|
|
|
|
#ProtectControlGroups=true
|
2024-05-03 11:11:31 +02:00
|
|
|
ProtectKernelModules=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
+# added automatically, for details please see
|
|
|
|
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
+ProtectSystem=full
|
|
|
|
+PrivateDevices=true
|
|
|
|
+ProtectHostname=true
|
|
|
|
+ProtectClock=true
|
|
|
|
+ProtectKernelTunables=true
|
|
|
|
+ProtectKernelLogs=true
|
|
|
|
+# end of automatic additions
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|