From babec3a50dd710d26b72f6c6d43bd79b04e954a6 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Tue, 28 Apr 2015 14:32:43 +0300 Subject: [PATCH] client-conf: Add allow-autospawn-for-root Usually autospawning for root is a bad idea, since it can easily interfere with other users' PulseAudio instances, but in embedded environments where only root exists, autospawning is fine. Upstream-Status: Denied [Upstream hasn't so far been convinced that this feature is needed. The view is that running the graphical session as root doesn't make sense even on embedded systems, or if it does, running PulseAudio in the system mode should be a good solution for that use case. If someone can prove otherwise, the patch would probably be accepted.] Signed-off-by: Tanu Kaskinen --- man/pulse-client.conf.5.xml.in | 9 +++++++++ src/pulse/client-conf.c | 1 + src/pulse/client-conf.h | 1 + src/pulse/client.conf.in | 1 + src/pulse/context.c | 2 +- 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/man/pulse-client.conf.5.xml.in b/man/pulse-client.conf.5.xml.in index b88898c..e737c96 100644 --- a/man/pulse-client.conf.5.xml.in +++ b/man/pulse-client.conf.5.xml.in @@ -82,6 +82,15 @@ License along with PulseAudio; if not, see . + +