From: Heiko Z. <smi...@us...> - 2004-09-03 02:03:05
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17117/scripts Modified Files: grsecurity Log Message: sample acl has now the filename policy Index: grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/grsecurity,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- grsecurity 23 Apr 2004 15:53:13 -0000 1.20 +++ grsecurity 3 Sep 2004 02:02:46 -0000 1.21 @@ -58,7 +58,7 @@ cd $GRADMDIR || exit 1 cp -dp $GRADMDIR/gradm $CDDIR/sbin || exit 1 mkdir -p $ETCDIR/etc/grsec || exit 1 - cp -dp acl $ETCDIR/etc/grsec/ || exit + cp -dp policy $ETCDIR/etc/grsec/ || exit mkdir -p $DOCDIR/grsecurity/ || exit 1 cp -dp $MYDIR/scripts/grsecurity $ETCDIR/etc/init.d || exit 1 |