pulseaudio/pulseaudio-old-systemd-workaround.patch
Tomáš Chvátal af64dda064 Accepting request 735898 from home:fcrozat:pulseaudio-gdm-fix
- Update pulseaudio-gdm-hooks.tmpfiles to use the same ownership
  and permissions as in specfile for pulseaudio files.
- Update default.pa-for-gdm to not load bluetooth support in 
  pulseaudio gdm instance. This ensure headset are not stolen by
  gdm instance instead of user instance. Idea from ArchLinux.
- Update pulseaudio-old-systemd-workaround.patch to disable
  LockPersonality also on Leap 15.x.

OBS-URL: https://build.opensuse.org/request/show/735898
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=214
2019-10-09 10:41:25 +00:00

25 lines
842 B
Diff

---
src/daemon/systemd/user/pulseaudio.service.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: pulseaudio-13.0/src/daemon/systemd/user/pulseaudio.service.in
===================================================================
--- pulseaudio-13.0.orig/src/daemon/systemd/user/pulseaudio.service.in 2019-09-13 15:10:23.000000000 +0200
+++ pulseaudio-13.0/src/daemon/systemd/user/pulseaudio.service.in 2019-10-07 17:43:52.208067968 +0200
@@ -18,13 +18,13 @@
[Service]
ExecStart=@PA_BINARY@ --daemonize=no
-LockPersonality=yes
+#LockPersonality=yes
MemoryDenyWriteExecute=yes
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