From 20f43874ed917a3fbab67016d3ae88e83080861e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 14:59:26 +0200 Subject: remove suid bit from busybox, try experimental ping patch from John Spencer --- scripts/create.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts/create.sh') diff --git a/scripts/create.sh b/scripts/create.sh index 79401fda9..e280e7cea 100755 --- a/scripts/create.sh +++ b/scripts/create.sh @@ -244,10 +244,7 @@ rnddev=/dev/urandom [[ -c /dev/arandom ]] && rnddev=/dev/arandom dd if=$rnddev bs=16 count=1 >>etc/.rnd 2>/dev/null print Fixing up permissions... -#chown 0:0 tmp chmod 1777 tmp -chmod 4755 bin/busybox -[[ -f usr/bin/Xorg ]] && chmod 4755 usr/bin/Xorg [[ -f usr/bin/sudo ]] && chmod 4755 usr/bin/sudo if (( usegrub )); then -- cgit v1.2.3