From 8d9b12d1c61000af20eb3ff39af712939ca8788a Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Mon, 14 Sep 2020 12:23:34 +0200 Subject: New profiles + fixes + hardening - blacklist ~/.rustup in disable-devel.inc - add note to mpv (See #3628) - harden warsow - update relnotes - new profile qrencode, dbus-send, notify-send --- etc/profile-m-z/mpv.profile | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'etc/profile-m-z/mpv.profile') diff --git a/etc/profile-m-z/mpv.profile b/etc/profile-m-z/mpv.profile index 7ca57334d..08318d08e 100644 --- a/etc/profile-m-z/mpv.profile +++ b/etc/profile-m-z/mpv.profile @@ -11,6 +11,19 @@ include globals.local # edit ~/.config/mpv/foobar.conf: # screenshot-directory=~/Pictures +# Mpv has a powerfull lua-API, some off these lua-scripts interact +# with external resources which are blocked by firejail. In such cases +# you need to allow these resources by +# - adding additional binaries to private-bin +# - whitelisting additional paths +# - noblacklisting paths +# - weaking the dbus-policy +# - ... +# +# Often these scripts require a shell: +#noblacklist ${PATH}/sh +#private-bin sh + noblacklist ${HOME}/.config/mpv noblacklist ${HOME}/.config/youtube-dl noblacklist ${HOME}/.netrc -- cgit v1.2.3-54-g00ecf