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
792 B
Diff
25 lines
792 B
Diff
Index: avahi-0.8/avahi-daemon/avahi-daemon.service.in
|
|
===================================================================
|
|
--- avahi-0.8.orig/avahi-daemon/avahi-daemon.service.in
|
|
+++ avahi-0.8/avahi-daemon/avahi-daemon.service.in
|
|
@@ -20,6 +20,19 @@ Description=Avahi mDNS/DNS-SD Stack
|
|
Requires=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=dbus
|
|
BusName=org.freedesktop.Avahi
|
|
ExecStart=@sbindir@/avahi-daemon -s
|