summaryrefslogtreecommitdiffstats
path: root/source/l/pulseaudio/0002-allow-autospawn-for-root-default.diff
blob: 15c995836bd09c6f81aa3528634c9c6199b7c8b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- ./man/pulse-client.conf.5.xml.in.orig	2016-01-06 15:33:09.797022947 -0600
+++ ./man/pulse-client.conf.5.xml.in	2016-01-06 15:35:34.902019857 -0600
@@ -73,10 +73,7 @@
     <option>
       <p><opt>allow-autospawn-for-root=</opt> Allow autospawning also for root.
       Takes a boolean value, defaults to <opt>no</opt>. If the <opt>autospawn
-      </opt> option is disabled, this option has no effect. Autospawning for
-      root is disabled by default, because running PulseAudio as root will
-      interfere with regular users' PulseAudio instances. This option should be
-      enabled only in environments where there are no regular users at all.</p>
+      </opt> option is disabled, this option has no effect.</p>
     </option>
 
     <option>
--- ./src/pulse/client.conf.in.orig	2016-01-06 15:33:09.800022947 -0600
+++ ./src/pulse/client.conf.in	2016-01-06 15:39:33.502014775 -0600
@@ -22,8 +22,8 @@
 ; default-server =
 ; default-dbus-server =
 
-; autospawn = yes
-; allow-autospawn-for-root = no
+autospawn = yes
+allow-autospawn-for-root = yes
 ; daemon-binary = @PA_BINARY@
 ; extra-arguments = --log-target=syslog