mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
update and alphabetize busybox workaround
This commit is contained in:
parent
deb6c12454
commit
1d30ab62d3
1 changed files with 4 additions and 3 deletions
7
mketc.sh
7
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue