# HG changeset patch # User Christophe Lincoln # Date 1307270123 -7200 # Node ID 95e0902446ce3fa219cffcdc47567f39f1c22ef0 # Parent 2bce5493412957c334f8cd7f2fd0eafb433f728c bootopts.sh: remove this chown -R on user home it make all files executable (this was a realy bad idea, noe repos is only accessible for a few old dev, it a part too imporant of the os to let anybody do what it want...) diff -r 2bce54934129 -r 95e0902446ce etc/init.d/bootopts.sh --- a/etc/init.d/bootopts.sh Sun Jun 05 02:12:28 2011 +0200 +++ b/etc/init.d/bootopts.sh Sun Jun 05 12:35:23 2011 +0200 @@ -36,8 +36,6 @@ addgroup $USER cdrom addgroup $USER video addgroup $USER tty - # make user be only read/write by user - chmod -R 755 /home/$USER # Slim default user. if [ -f /etc/slim.conf ]; then sed -i s/"default_user .*"/"default_user $USER"/\