From: Heiko Z. <smi...@us...> - 2011-12-09 13:10:32
|
Update of /cvsroot/devil-linux/build/scripts In directory vz-cvs-3.sog:/tmp/cvs-serv32743/scripts Modified Files: finalize Log Message: using all the correct paths really helps Index: finalize =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/finalize,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- finalize 9 Dec 2011 12:59:49 -0000 1.13 +++ finalize 9 Dec 2011 13:10:29 -0000 1.14 @@ -44,7 +44,7 @@ # now let's search for libraries which have the executable stack flag set # and error out if we find any (only if PAX or GRSecurity are on) - GNU_EXEC_STACK=$(scanelf $CDDIR -eRq | grep -v grub/kernel.img) + GNU_EXEC_STACK=$(scanelf $CDDIR -eRq | grep -v /boot/grub/kernel.img | grep -v /usr/lib/grub/i386-pc/kernel.img) if [ -n "$GNU_EXEC_STACK" ]; then if [ "$CONFIG_GRSECURITY" = "y" ] || [ "$CONFIG_PAX" == "y" ]; then echo "************ ERROR ************" |