aboutsummaryrefslogtreecommitdiffstats
path: root/testing/icecast/conf-change-owner.patch
blob: 5c87c1f0d0878436fc4f40690d3f9995d316f361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- icecast-2.3.2/conf/icecast.xml.in.orig
+++ icecast-2.3.2/conf/icecast.xml.in
@@ -164,11 +164,9 @@
 
     <security>
         <chroot>0</chroot>
-        <!--
         <changeowner>
-            <user>nobody</user>
-            <group>nogroup</group>
+            <user>icecast</user>
+            <group>icecast</group>
         </changeowner>
-        -->
     </security>
 </icecast>