aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-21 08:27:05 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-21 08:27:05 -0500
commitcdd7ae2d2957a435b97c0bdfd17206f6f61a43c5 (patch)
tree5f941b16a08b696a377e0cf958c1b8f42eba81c4 /etc
parentMerge pull request #314 from jrabe/master (diff)
downloadfirejail-cdd7ae2d2957a435b97c0bdfd17206f6f61a43c5.tar.gz
firejail-cdd7ae2d2957a435b97c0bdfd17206f6f61a43c5.tar.zst
firejail-cdd7ae2d2957a435b97c0bdfd17206f6f61a43c5.zip
moved .config/dconf handling from epiphany and polari profiles into whitelist-common.inc
Diffstat (limited to 'etc')
-rw-r--r--etc/epiphany.profile2
-rw-r--r--etc/polari.profile3
-rw-r--r--etc/whitelist-common.inc5
3 files changed, 5 insertions, 5 deletions
diff --git a/etc/epiphany.profile b/etc/epiphany.profile
index b9469d927..c7031da71 100644
--- a/etc/epiphany.profile
+++ b/etc/epiphany.profile
@@ -12,8 +12,6 @@ whitelist ${HOME}/.local/share/epiphany
12mkdir ${HOME}/.config 12mkdir ${HOME}/.config
13mkdir ${HOME}/.config/epiphany 13mkdir ${HOME}/.config/epiphany
14whitelist ${HOME}/.config/epiphany 14whitelist ${HOME}/.config/epiphany
15mkdir ${HOME}/.config/dconf
16whitelist ${HOME}/.config/dconf
17mkdir ${HOME}/.cache 15mkdir ${HOME}/.cache
18mkdir ${HOME}/.cache/epiphany 16mkdir ${HOME}/.cache/epiphany
19whitelist ${HOME}/.cache/epiphany 17whitelist ${HOME}/.cache/epiphany
diff --git a/etc/polari.profile b/etc/polari.profile
index c0266fed8..389ce3d12 100644
--- a/etc/polari.profile
+++ b/etc/polari.profile
@@ -13,9 +13,6 @@ whitelist ${HOME}/.local/share/telepathy
13mkdir ${HOME}/.local/share/TpLogger 13mkdir ${HOME}/.local/share/TpLogger
14whitelist ${HOME}/.local/share/TpLogger 14whitelist ${HOME}/.local/share/TpLogger
15mkdir ${HOME}/.config 15mkdir ${HOME}/.config
16mkdir ${HOME}/.config/dconf
17whitelist ${HOME}/.config/dconf
18mkdir ${HOME}/.config
19mkdir ${HOME}/.config/telepathy-account-widgets 16mkdir ${HOME}/.config/telepathy-account-widgets
20whitelist ${HOME}/.config/telepathy-account-widgets 17whitelist ${HOME}/.config/telepathy-account-widgets
21mkdir ${HOME}/.cache 18mkdir ${HOME}/.cache
diff --git a/etc/whitelist-common.inc b/etc/whitelist-common.inc
index 5a96c7fc4..54e549e1a 100644
--- a/etc/whitelist-common.inc
+++ b/etc/whitelist-common.inc
@@ -20,3 +20,8 @@ whitelist ~/.gtkrc
20whitelist ~/.gtkrc-2.0 20whitelist ~/.gtkrc-2.0
21whitelist ~/.config/gtk-3.0 21whitelist ~/.config/gtk-3.0
22whitelist ~/.themes 22whitelist ~/.themes
23
24# dconf
25mkdir ~/.config
26mkdir ~/.config/dconf
27whitelist ~/.config/dconf