mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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:
parent
59dd146ac1
commit
8d9b12d1c6
8 changed files with 197 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue