aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/newsflash.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-28 19:01:17 +0000
committerLibravatar GitHub <noreply@github.com>2021-07-28 19:01:17 +0000
commit2b5eb07e078c560a3ae184f4f997b7d7353a1a32 (patch)
tree0be4523f0ab86740a0c2e1dbe52b742fc9805b24 /etc/profile-m-z/newsflash.profile
parentmoved rules from firefox-common.profile to firefox.profile (diff)
parentMerge pull request #4412 from netblue30/Neo00001-patch-1 (diff)
downloadfirejail-2b5eb07e078c560a3ae184f4f997b7d7353a1a32.tar.gz
firejail-2b5eb07e078c560a3ae184f4f997b7d7353a1a32.tar.zst
firejail-2b5eb07e078c560a3ae184f4f997b7d7353a1a32.zip
Merge branch 'master' into master
Diffstat (limited to 'etc/profile-m-z/newsflash.profile')
-rw-r--r--etc/profile-m-z/newsflash.profile12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/profile-m-z/newsflash.profile b/etc/profile-m-z/newsflash.profile
index 273628ea2..18d8c6ed4 100644
--- a/etc/profile-m-z/newsflash.profile
+++ b/etc/profile-m-z/newsflash.profile
@@ -6,9 +6,9 @@ include newsflash.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9nodeny ${HOME}/.cache/NewsFlashGTK 9noblacklist ${HOME}/.cache/NewsFlashGTK
10nodeny ${HOME}/.config/news-flash 10noblacklist ${HOME}/.config/news-flash
11nodeny ${HOME}/.local/share/news-flash 11noblacklist ${HOME}/.local/share/news-flash
12 12
13include disable-common.inc 13include disable-common.inc
14include disable-devel.inc 14include disable-devel.inc
@@ -22,9 +22,9 @@ include disable-xdg.inc
22mkdir ${HOME}/.cache/NewsFlashGTK 22mkdir ${HOME}/.cache/NewsFlashGTK
23mkdir ${HOME}/.config/news-flash 23mkdir ${HOME}/.config/news-flash
24mkdir ${HOME}/.local/share/news-flash 24mkdir ${HOME}/.local/share/news-flash
25allow ${HOME}/.cache/NewsFlashGTK 25whitelist ${HOME}/.cache/NewsFlashGTK
26allow ${HOME}/.config/news-flash 26whitelist ${HOME}/.config/news-flash
27allow ${HOME}/.local/share/news-flash 27whitelist ${HOME}/.local/share/news-flash
28include whitelist-common.inc 28include whitelist-common.inc
29include whitelist-runuser-common.inc 29include whitelist-runuser-common.inc
30include whitelist-usr-share-common.inc 30include whitelist-usr-share-common.inc