aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/mpv.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-01-15 21:51:20 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-01-16 07:46:45 +0000
commitf18124baa4290e658babc6dd0716232e9a474335 (patch)
treefe598e1bd6f01c1502b6fabf1a93e8eb764439a3 /etc/profile-m-z/mpv.profile
parentadd realaltffour (diff)
downloadfirejail-f18124baa4290e658babc6dd0716232e9a474335.tar.gz
firejail-f18124baa4290e658babc6dd0716232e9a474335.tar.zst
firejail-f18124baa4290e658babc6dd0716232e9a474335.zip
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.
Diffstat (limited to 'etc/profile-m-z/mpv.profile')
-rw-r--r--etc/profile-m-z/mpv.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-m-z/mpv.profile b/etc/profile-m-z/mpv.profile
index 1d87eeb48..7111febc2 100644
--- a/etc/profile-m-z/mpv.profile
+++ b/etc/profile-m-z/mpv.profile
@@ -21,7 +21,7 @@ include globals.local
21# - ... 21# - ...
22# 22#
23# Often these scripts require a shell: 23# Often these scripts require a shell:
24#noblacklist ${PATH}/sh 24#include allow-bin-sh.inc
25#private-bin sh 25#private-bin sh
26 26
27noblacklist ${HOME}/.config/mpv 27noblacklist ${HOME}/.config/mpv