From: Richard Kettlewell Date: Sun, 30 Dec 2007 13:52:30 +0000 (+0000) Subject: config files note that "trust" can be removed X-Git-Tag: 3.0~137 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/ce91299dbee3d5955adca9cc3ff8a8d60cc25039?hp=6a7ef209ea986f4661cc7900a58e1fdda15213a7 config files note that "trust" can be removed --- diff --git a/debian/etc.disorder.config b/debian/etc.disorder.config index 55e42d1..53f206c 100644 --- a/debian/etc.disorder.config +++ b/debian/etc.disorder.config @@ -33,6 +33,9 @@ gap 0 # Trust the web user and root. Trusted users can stop the server or # pretend to be other users. +# +# This line can be removed after upgrade to 2.1 or later, or if the initial +# install is of 2.1 or later. trust www-data root # Run as user jukebox. diff --git a/examples/config.sample.in b/examples/config.sample.in index 6f214be..ced7585 100644 --- a/examples/config.sample.in +++ b/examples/config.sample.in @@ -34,6 +34,9 @@ scratch pkgdatadir/scratch.ogg # Trust the web user and root. Trusted users can stop the server or # pretend to be other users. +# +# This line can be removed after upgrade to 2.1 or later, or if the initial +# install is of 2.1 or later. trust www-data root # Run as user jukebox. This must exist in /etc/passwd!