aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmketc.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/mketc.sh b/mketc.sh
index d9728f3c5..05aa8f79a 100755
--- a/mketc.sh
+++ b/mketc.sh
@@ -7,10 +7,11 @@ sed -i -e '
71i# Workaround for systems where common UNIX utilities are symlinks to busybox.\ 71i# Workaround for systems where common UNIX utilities are symlinks to busybox.\
8# If this is not your case you can remove --enable-busybox-workaround from\ 8# If this is not your case you can remove --enable-busybox-workaround from\
9# ./configure options, for added security.\ 9# ./configure options, for added security.\
10noblacklist \${PATH}/busybox\
11noblacklist \${PATH}/crontab\
10noblacklist \${PATH}/mount\ 12noblacklist \${PATH}/mount\
11noblacklist \${PATH}/umount\ 13noblacklist \${PATH}/nc\
12noblacklist \${PATH}/su\ 14noblacklist \${PATH}/su\
13noblacklist \${PATH}/sudo\ 15noblacklist \${PATH}/sudo\
14noblacklist \${PATH}/nc\ 16noblacklist \${PATH}/umount\
15noblacklist \${PATH}/crontab\
16' etc/disable-common.inc 17' etc/disable-common.inc