Takashi Iwai
d4fe34c420
- Drop ProtectClock hardening, can cause issues if other device acceess is needed OBS-URL: https://build.opensuse.org/request/show/925454 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=95
22 lines
683 B
Diff
22 lines
683 B
Diff
Index: fluidsynth-2.2.2/fluidsynth.service.in
|
|
===================================================================
|
|
--- fluidsynth-2.2.2.orig/fluidsynth.service.in
|
|
+++ fluidsynth-2.2.2/fluidsynth.service.in
|
|
@@ -4,6 +4,16 @@ Documentation=man:fluidsynth(1)
|
|
After=sound.target
|
|
|
|
[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
|
|
+# end of automatic additions
|
|
Type=notify
|
|
NotifyAccess=main
|
|
EnvironmentFile=@FLUID_DAEMON_ENV_FILE@
|