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
This commit is contained in:
rusty-snake 2020-09-14 12:23:34 +02:00
parent 59dd146ac1
commit 8d9b12d1c6
8 changed files with 197 additions and 2 deletions

View file

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