From 1d30ab62d3c32d5c72f0e64a6138f16a115ab991 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Mon, 13 Jul 2020 18:35:16 +0200 Subject: update and alphabetize busybox workaround --- mketc.sh | 7 ++++--- 1 file 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 ' 1i# Workaround for systems where common UNIX utilities are symlinks to busybox.\ # If this is not your case you can remove --enable-busybox-workaround from\ # ./configure options, for added security.\ +noblacklist \${PATH}/busybox\ +noblacklist \${PATH}/crontab\ noblacklist \${PATH}/mount\ -noblacklist \${PATH}/umount\ +noblacklist \${PATH}/nc\ noblacklist \${PATH}/su\ noblacklist \${PATH}/sudo\ -noblacklist \${PATH}/nc\ -noblacklist \${PATH}/crontab\ +noblacklist \${PATH}/umount\ ' etc/disable-common.inc -- cgit v1.2.3-54-g00ecf