From: <smi...@us...> - 2003-10-28 23:16:57
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv4067/scripts Modified Files: Tag: rel-1-0-patches shadow Log Message: - changed group of /bin/su to wheel - added group wheel - software updates Index: shadow =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/shadow,v retrieving revision 1.12 retrieving revision 1.12.2.1 diff -u -d -r1.12 -r1.12.2.1 --- shadow 27 Aug 2003 02:27:44 -0000 1.12 +++ shadow 28 Oct 2003 23:14:32 -0000 1.12.2.1 @@ -28,6 +28,7 @@ make DESTDIR=$WORKDIR/tmp install || exit 1 chmod 700 $WORKDIR/tmp/bin/login || exit 1 chmod 4550 $WORKDIR/tmp/bin/su || exit 1 + chgrp wheel $WORKDIR/tmp/bin/su || exit 1 chmod -c go-rx $WORKDIR/tmp/usr/sbin/{chpasswd,dpasswd,group*,grp[cu]*,logoutd,mkpasswd,newusers,pw[cu]*,user*,vipw} || exit 1 rm $WORKDIR/tmp/bin/vipw || exit 1 mv $WORKDIR/tmp/bin/sg $WORKDIR/tmp/usr/bin || exit 1 |