summaryrefslogtreecommitdiff
path: root/scripts/create.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-24 14:59:26 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-24 14:59:40 +0200
commit20f43874ed917a3fbab67016d3ae88e83080861e (patch)
treeb835d4984fe95b951c37d0d80b9063392812b3b6 /scripts/create.sh
parentd2ce9e487803f9faefa165ba5a0eafefffc344e0 (diff)
remove suid bit from busybox, try experimental ping patch from John Spencer
Diffstat (limited to 'scripts/create.sh')
-rwxr-xr-xscripts/create.sh3
1 files changed, 0 insertions, 3 deletions
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