Pushing GNOME 45.rc packages OBS-URL: https://build.opensuse.org/request/show/1109859 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sysprof?expand=0&rev=66
24 lines
681 B
Diff
24 lines
681 B
Diff
Index: b/src/sysprofd/sysprof3.service.in
|
|
===================================================================
|
|
--- a/src/sysprofd/sysprof3.service.in
|
|
+++ b/src/sysprofd/sysprof3.service.in
|
|
@@ -2,6 +2,18 @@
|
|
Description=Sysprof Daemon
|
|
|
|
[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
|
|
+ProtectKernelModules=true
|
|
+ProtectKernelLogs=true
|
|
+ProtectControlGroups=true
|
|
+RestrictRealtime=true
|
|
+# end of automatic additions
|
|
Type=dbus
|
|
BusName=org.gnome.Sysprof3
|
|
ExecStart=@sysprofdprivdir@/sysprofd
|