aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/geary.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-05 07:23:31 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-07-05 07:23:31 -0400
commitfe0f975f447d59977d90c3226cc8c623b31b20b3 (patch)
tree70897a33cde6c716e273d927d18a6be4b54c18a9 /etc/profile-a-l/geary.profile
parentdeprecated whitelist=yes/no in /etc/firejail/firejail.config (diff)
downloadfirejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.tar.gz
firejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.tar.zst
firejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.zip
move whitelist/blacklist to allow/deny
Diffstat (limited to 'etc/profile-a-l/geary.profile')
-rw-r--r--etc/profile-a-l/geary.profile36
1 files changed, 18 insertions, 18 deletions
diff --git a/etc/profile-a-l/geary.profile b/etc/profile-a-l/geary.profile
index 74e135a7c..512fc1e59 100644
--- a/etc/profile-a-l/geary.profile
+++ b/etc/profile-a-l/geary.profile
@@ -6,14 +6,14 @@ include geary.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.cache/evolution 9nodeny ${HOME}/.cache/evolution
10noblacklist ${HOME}/.cache/folks 10nodeny ${HOME}/.cache/folks
11noblacklist ${HOME}/.cache/geary 11nodeny ${HOME}/.cache/geary
12noblacklist ${HOME}/.config/evolution 12nodeny ${HOME}/.config/evolution
13noblacklist ${HOME}/.config/geary 13nodeny ${HOME}/.config/geary
14noblacklist ${HOME}/.local/share/evolution 14nodeny ${HOME}/.local/share/evolution
15noblacklist ${HOME}/.local/share/geary 15nodeny ${HOME}/.local/share/geary
16noblacklist ${HOME}/.mozilla 16nodeny ${HOME}/.mozilla
17 17
18include disable-common.inc 18include disable-common.inc
19include disable-devel.inc 19include disable-devel.inc
@@ -31,16 +31,16 @@ mkdir ${HOME}/.config/evolution
31mkdir ${HOME}/.config/geary 31mkdir ${HOME}/.config/geary
32mkdir ${HOME}/.local/share/evolution 32mkdir ${HOME}/.local/share/evolution
33mkdir ${HOME}/.local/share/geary 33mkdir ${HOME}/.local/share/geary
34whitelist ${DOWNLOADS} 34allow ${DOWNLOADS}
35whitelist ${HOME}/.cache/evolution 35allow ${HOME}/.cache/evolution
36whitelist ${HOME}/.cache/folks 36allow ${HOME}/.cache/folks
37whitelist ${HOME}/.cache/geary 37allow ${HOME}/.cache/geary
38whitelist ${HOME}/.config/evolution 38allow ${HOME}/.config/evolution
39whitelist ${HOME}/.config/geary 39allow ${HOME}/.config/geary
40whitelist ${HOME}/.local/share/evolution 40allow ${HOME}/.local/share/evolution
41whitelist ${HOME}/.local/share/geary 41allow ${HOME}/.local/share/geary
42whitelist ${HOME}/.mozilla/firefox/profiles.ini 42allow ${HOME}/.mozilla/firefox/profiles.ini
43whitelist /usr/share/geary 43allow /usr/share/geary
44include whitelist-common.inc 44include whitelist-common.inc
45include whitelist-runuser-common.inc 45include whitelist-runuser-common.inc
46include whitelist-usr-share-common.inc 46include whitelist-usr-share-common.inc