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:
rusty-snake 2021-01-15 21:51:20 +01:00
parent 365485409e
commit f18124baa4
3 changed files with 9 additions and 4 deletions

View file

@ -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