Dominique Leuenberger
014337f5c0
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort OBS-URL: https://build.opensuse.org/request/show/990376 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=209
25 lines
781 B
Diff
25 lines
781 B
Diff
Index: avahi-0.8/avahi-dnsconfd/avahi-dnsconfd.service.in
|
|
===================================================================
|
|
--- avahi-0.8.orig/avahi-dnsconfd/avahi-dnsconfd.service.in
|
|
+++ avahi-0.8/avahi-dnsconfd/avahi-dnsconfd.service.in
|
|
@@ -21,6 +21,19 @@ Requires=avahi-daemon.socket avahi-daemo
|
|
After=avahi-daemon.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
|
|
Type=simple
|
|
ExecStart=@sbindir@/avahi-dnsconfd -s
|
|
|