diff options
Diffstat (limited to 'main/icecast/conf-change-owner.patch')
-rw-r--r-- | main/icecast/conf-change-owner.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/main/icecast/conf-change-owner.patch b/main/icecast/conf-change-owner.patch new file mode 100644 index 000000000..5c87c1f0d --- /dev/null +++ b/main/icecast/conf-change-owner.patch @@ -0,0 +1,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> |