aboutsummaryrefslogtreecommitdiffstats
path: root/mketc.sh
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2020-07-13 18:35:16 +0200
committerLibravatar GitHub <noreply@github.com>2020-07-13 18:35:16 +0200
commit1d30ab62d3c32d5c72f0e64a6138f16a115ab991 (patch)
treef917d49a09d543b0d3dd632527261cdef854e541 /mketc.sh
parenthardening some profiles (#3505) (diff)
downloadfirejail-1d30ab62d3c32d5c72f0e64a6138f16a115ab991.tar.gz
firejail-1d30ab62d3c32d5c72f0e64a6138f16a115ab991.tar.zst
firejail-1d30ab62d3c32d5c72f0e64a6138f16a115ab991.zip
update and alphabetize busybox workaround
Diffstat (limited to 'mketc.sh')
-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