mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Blacklist busybox by default
It's a collection of many tools, that might not be allowed individually. When it's needed, it can easily be allowed again.
This commit is contained in:
parent
411dcac4e4
commit
5e2d5aa5ff
1 changed files with 1 additions and 0 deletions
|
|
@ -388,6 +388,7 @@ blacklist /usr/local/sbin
|
|||
blacklist /usr/sbin
|
||||
|
||||
# system management
|
||||
blacklist ${PATH}/busybox
|
||||
blacklist ${PATH}/at
|
||||
blacklist ${PATH}/chage
|
||||
blacklist ${PATH}/chfn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue