mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 06:05:38 -06:00
whitelisting ~/.fonts
This commit is contained in:
parent
2a0925b1bd
commit
67b5c49792
9 changed files with 40 additions and 3 deletions
|
|
@ -7,3 +7,10 @@ include /etc/firejail/disable-devel.inc
|
|||
netfilter
|
||||
whitelist ~/Downloads
|
||||
whitelist ~/.config/chromium
|
||||
|
||||
# common
|
||||
whitelist ~/.fonts
|
||||
whitelist ~/.fonts.d
|
||||
whitelist ~/.fontconfig
|
||||
whitelist ~/.fonts.conf
|
||||
whitelist ~/.fonts.conf.d
|
||||
|
|
|
|||
|
|
@ -19,4 +19,10 @@ whitelist ~/.vimperator
|
|||
whitelist ~/.pentadactylrc
|
||||
whitelist ~/.pentadactyl
|
||||
whitelist ~/.conkerorrc
|
||||
|
||||
# common
|
||||
whitelist ~/.fonts
|
||||
whitelist ~/.fonts.d
|
||||
whitelist ~/.fontconfig
|
||||
whitelist ~/.fonts.conf
|
||||
whitelist ~/.fonts.conf.d
|
||||
|
|
|
|||
|
|
@ -19,3 +19,10 @@ whitelist ~/.vimperatorrc
|
|||
whitelist ~/.vimperator
|
||||
whitelist ~/.pentadactylrc
|
||||
whitelist ~/.pentadactyl
|
||||
|
||||
# common
|
||||
whitelist ~/.fonts
|
||||
whitelist ~/.fonts.d
|
||||
whitelist ~/.fontconfig
|
||||
whitelist ~/.fonts.conf
|
||||
whitelist ~/.fonts.conf.d
|
||||
|
|
|
|||
|
|
@ -10,11 +10,16 @@ include /etc/firejail/disable-devel.inc
|
|||
whitelist ${HOME}/.config/spotify
|
||||
whitelist ${HOME}/.local/share/spotify
|
||||
whitelist ${HOME}/.cache/spotify
|
||||
# Whitelist the pulseaudio config, to allow PulseAudio workaround (Issue #69)
|
||||
whitelist ${HOME}/.config/pulse
|
||||
|
||||
caps.drop all
|
||||
seccomp
|
||||
protocol unix,inet,inet6
|
||||
netfilter
|
||||
noroot
|
||||
|
||||
# common
|
||||
whitelist ~/.fonts
|
||||
whitelist ~/.fonts.d
|
||||
whitelist ~/.fontconfig
|
||||
whitelist ~/.fonts.conf
|
||||
whitelist ~/.fonts.conf.d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue