mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Add new allow include allow-bin-sh.inc
/bin/sh is usually just a symlink to bash. However this is not the case for every distro, debian for example uses dash. bash,dash and sh have a blacklist command in disable-shell.inc. An own allow-*.inc for it enusres usage of all necessary nolacklists. For private-bin sh is enough because it follows symlinks.
This commit is contained in:
parent
365485409e
commit
f18124baa4
3 changed files with 9 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ include globals.local
|
|||
# - ...
|
||||
#
|
||||
# Often these scripts require a shell:
|
||||
#noblacklist ${PATH}/sh
|
||||
#include allow-bin-sh.inc
|
||||
#private-bin sh
|
||||
|
||||
noblacklist ${HOME}/.config/mpv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue