[or-cvs] r15209: Set appropriate permissions for /home/*. (incognito/trunk)
anonym at seul.org
anonym at seul.org
Fri Jun 13 12:41:44 UTC 2008
Author: anonym
Date: 2008-06-13 08:41:44 -0400 (Fri, 13 Jun 2008)
New Revision: 15209
Modified:
incognito/trunk/fsscript.sh
Log:
Set appropriate permissions for /home/*.
Modified: incognito/trunk/fsscript.sh
===================================================================
--- incognito/trunk/fsscript.sh 2008-06-13 12:39:29 UTC (rev 15208)
+++ incognito/trunk/fsscript.sh 2008-06-13 12:41:44 UTC (rev 15209)
@@ -181,7 +181,7 @@
# Ensure correct user dir permissions
echo "Setting user permissions"
- chown -R ${USERNAME}:${USERNAME} ${USERDIR}
+ chown -R ${USERNAME}:users ${USERDIR}
find ${USERDIR} -type f -print0 | xargs -0 chmod u+rw
# Remove password
More information about the tor-commits
mailing list