2021-10-13 09:22:45 +02:00
|
|
|
Index: neard-0.16/src/neard.service.in
|
|
|
|
===================================================================
|
|
|
|
--- neard-0.16.orig/src/neard.service.in
|
|
|
|
+++ neard-0.16/src/neard.service.in
|
2021-10-15 17:03:03 +02:00
|
|
|
@@ -3,6 +3,17 @@ Description=neard service
|
2021-10-13 09:22:45 +02:00
|
|
|
Documentation=man:neard(8)
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
+# added automatically, for details please see
|
|
|
|
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
+ProtectSystem=full
|
|
|
|
+ProtectHome=true
|
|
|
|
+ProtectHostname=true
|
|
|
|
+ProtectKernelTunables=true
|
|
|
|
+ProtectKernelModules=true
|
|
|
|
+ProtectKernelLogs=true
|
|
|
|
+ProtectControlGroups=true
|
|
|
|
+RestrictRealtime=true
|
|
|
|
+# end of automatic additions
|
|
|
|
Type=dbus
|
|
|
|
BusName=org.neard
|
|
|
|
ExecStart=@pkglibexecdir@/neard -n
|