2019-08-27 15:00:17 +00:00
|
|
|
---
|
|
|
|
src/daemon/systemd/user/pulseaudio.service.in | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2019-10-09 10:41:25 +00:00
|
|
|
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
|
2019-08-27 15:00:17 +00:00
|
|
|
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
|