mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 01:02:26 +01:00
17 lines
390 B
Diff
17 lines
390 B
Diff
--- 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>
|