pulseaudio/pulseaudio-old-systemd-workaround.patch
Takashi Iwai c34382ebb0 Accepting request 726522 from home:tiwai:branches:multimedia:libs
- Workaround for old systemd on Leap 15.x, as the recent hardening
  relies on the new systemd:
  pulseaudio-old-systemd-workaround.patch

OBS-URL: https://build.opensuse.org/request/show/726522
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=210
2019-08-27 15:00:17 +00:00

16 lines
475 B
Diff

---
src/daemon/systemd/user/pulseaudio.service.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/src/daemon/systemd/user/pulseaudio.service.in
+++ b/src/daemon/systemd/user/pulseaudio.service.in
@@ -24,7 +24,7 @@ NoNewPrivileges=yes
Restart=on-failure
RestrictNamespaces=yes
SystemCallArchitectures=native
-SystemCallFilter=@system-service
+# SystemCallFilter=@system-service
# Note that notify will only work if --daemonize=no
Type=notify
UMask=0077