aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/gfeeds.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-01-28 19:38:55 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-01-29 18:02:44 +0100
commitee1f8bbfc1c22affa38a3633e272a68b1e25a3b0 (patch)
treeba3bdb02a33f690551c0549deb456e695902539f /etc/profile-a-l/gfeeds.profile
parentMerge pull request #3897 from nidamanx/patch-1 (diff)
downloadfirejail-ee1f8bbfc1c22affa38a3633e272a68b1e25a3b0.tar.gz
firejail-ee1f8bbfc1c22affa38a3633e272a68b1e25a3b0.tar.zst
firejail-ee1f8bbfc1c22affa38a3633e272a68b1e25a3b0.zip
Add gfeeds directory for saved articles
Diffstat (limited to 'etc/profile-a-l/gfeeds.profile')
-rw-r--r--etc/profile-a-l/gfeeds.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/gfeeds.profile b/etc/profile-a-l/gfeeds.profile
index b8d1b9608..caeb3ce51 100644
--- a/etc/profile-a-l/gfeeds.profile
+++ b/etc/profile-a-l/gfeeds.profile
@@ -9,6 +9,7 @@ include globals.local
9noblacklist ${HOME}/.cache/gfeeds 9noblacklist ${HOME}/.cache/gfeeds
10noblacklist ${HOME}/.cache/org.gabmus.gfeeds 10noblacklist ${HOME}/.cache/org.gabmus.gfeeds
11noblacklist ${HOME}/.config/org.gabmus.gfeeds.json 11noblacklist ${HOME}/.config/org.gabmus.gfeeds.json
12noblacklist ${HOME}/.config/org.gabmus.gfeeds.saved_articles
12 13
13# Allow python (blacklisted by disable-interpreters.inc) 14# Allow python (blacklisted by disable-interpreters.inc)
14include allow-python3.inc 15include allow-python3.inc
@@ -25,9 +26,11 @@ include disable-xdg.inc
25mkdir ${HOME}/.cache/gfeeds 26mkdir ${HOME}/.cache/gfeeds
26mkdir ${HOME}/.cache/org.gabmus.gfeeds 27mkdir ${HOME}/.cache/org.gabmus.gfeeds
27mkfile ${HOME}/.config/org.gabmus.gfeeds.json 28mkfile ${HOME}/.config/org.gabmus.gfeeds.json
29mkdir ${HOME}/.config/org.gabmus.gfeeds.saved_articles
28whitelist ${HOME}/.cache/gfeeds 30whitelist ${HOME}/.cache/gfeeds
29whitelist ${HOME}/.cache/org.gabmus.gfeeds 31whitelist ${HOME}/.cache/org.gabmus.gfeeds
30whitelist ${HOME}/.config/org.gabmus.gfeeds.json 32whitelist ${HOME}/.config/org.gabmus.gfeeds.json
33whitelist ${HOME}/.config/org.gabmus.gfeeds.saved_articles
31whitelist /usr/share/gfeeds 34whitelist /usr/share/gfeeds
32include whitelist-common.inc 35include whitelist-common.inc
33include whitelist-runuser-common.inc 36include whitelist-runuser-common.inc