aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/chromium.profile7
-rw-r--r--etc/conkeror.profile6
-rw-r--r--etc/firefox.profile7
-rw-r--r--etc/spotify.profile9
4 files changed, 27 insertions, 2 deletions
diff --git a/etc/chromium.profile b/etc/chromium.profile
index bba2f0e10..ee5600170 100644
--- a/etc/chromium.profile
+++ b/etc/chromium.profile
@@ -7,3 +7,10 @@ include /etc/firejail/disable-devel.inc
7netfilter 7netfilter
8whitelist ~/Downloads 8whitelist ~/Downloads
9whitelist ~/.config/chromium 9whitelist ~/.config/chromium
10
11# common
12whitelist ~/.fonts
13whitelist ~/.fonts.d
14whitelist ~/.fontconfig
15whitelist ~/.fonts.conf
16whitelist ~/.fonts.conf.d
diff --git a/etc/conkeror.profile b/etc/conkeror.profile
index e33edac0e..7c1384523 100644
--- a/etc/conkeror.profile
+++ b/etc/conkeror.profile
@@ -19,4 +19,10 @@ whitelist ~/.vimperator
19whitelist ~/.pentadactylrc 19whitelist ~/.pentadactylrc
20whitelist ~/.pentadactyl 20whitelist ~/.pentadactyl
21whitelist ~/.conkerorrc 21whitelist ~/.conkerorrc
22
23# common
22whitelist ~/.fonts 24whitelist ~/.fonts
25whitelist ~/.fonts.d
26whitelist ~/.fontconfig
27whitelist ~/.fonts.conf
28whitelist ~/.fonts.conf.d
diff --git a/etc/firefox.profile b/etc/firefox.profile
index 50d5c940b..d926474d0 100644
--- a/etc/firefox.profile
+++ b/etc/firefox.profile
@@ -19,3 +19,10 @@ whitelist ~/.vimperatorrc
19whitelist ~/.vimperator 19whitelist ~/.vimperator
20whitelist ~/.pentadactylrc 20whitelist ~/.pentadactylrc
21whitelist ~/.pentadactyl 21whitelist ~/.pentadactyl
22
23# common
24whitelist ~/.fonts
25whitelist ~/.fonts.d
26whitelist ~/.fontconfig
27whitelist ~/.fonts.conf
28whitelist ~/.fonts.conf.d
diff --git a/etc/spotify.profile b/etc/spotify.profile
index 36d8f2b7a..f77f900cf 100644
--- a/etc/spotify.profile
+++ b/etc/spotify.profile
@@ -10,11 +10,16 @@ include /etc/firejail/disable-devel.inc
10whitelist ${HOME}/.config/spotify 10whitelist ${HOME}/.config/spotify
11whitelist ${HOME}/.local/share/spotify 11whitelist ${HOME}/.local/share/spotify
12whitelist ${HOME}/.cache/spotify 12whitelist ${HOME}/.cache/spotify
13# Whitelist the pulseaudio config, to allow PulseAudio workaround (Issue #69)
14whitelist ${HOME}/.config/pulse
15 13
16caps.drop all 14caps.drop all
17seccomp 15seccomp
18protocol unix,inet,inet6 16protocol unix,inet,inet6
19netfilter 17netfilter
20noroot 18noroot
19
20# common
21whitelist ~/.fonts
22whitelist ~/.fonts.d
23whitelist ~/.fontconfig
24whitelist ~/.fonts.conf
25whitelist ~/.fonts.conf.d