aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/gnome-maps.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/gnome-maps.profile')
-rw-r--r--etc/profile-a-l/gnome-maps.profile20
1 files changed, 11 insertions, 9 deletions
diff --git a/etc/profile-a-l/gnome-maps.profile b/etc/profile-a-l/gnome-maps.profile
index cf2ac2f75..cf4eceee3 100644
--- a/etc/profile-a-l/gnome-maps.profile
+++ b/etc/profile-a-l/gnome-maps.profile
@@ -11,13 +11,15 @@ include globals.local
11 11
12# when gjs apps are started via gnome-shell, firejail is not applied because systemd will start them 12# when gjs apps are started via gnome-shell, firejail is not applied because systemd will start them
13 13
14noblacklist ${HOME}/.cache/champlain 14nodeny ${HOME}/.cache/champlain
15noblacklist ${HOME}/.cache/org.gnome.Maps 15nodeny ${HOME}/.cache/org.gnome.Maps
16noblacklist ${HOME}/.local/share/maps-places.json 16nodeny ${HOME}/.local/share/maps-places.json
17 17
18# Allow gjs (blacklisted by disable-interpreters.inc) 18# Allow gjs (blacklisted by disable-interpreters.inc)
19include allow-gjs.inc 19include allow-gjs.inc
20 20
21deny /usr/libexec
22
21include disable-common.inc 23include disable-common.inc
22include disable-devel.inc 24include disable-devel.inc
23include disable-exec.inc 25include disable-exec.inc
@@ -29,12 +31,12 @@ include disable-xdg.inc
29 31
30mkdir ${HOME}/.cache/champlain 32mkdir ${HOME}/.cache/champlain
31mkfile ${HOME}/.local/share/maps-places.json 33mkfile ${HOME}/.local/share/maps-places.json
32whitelist ${HOME}/.cache/champlain 34allow ${HOME}/.cache/champlain
33whitelist ${HOME}/.local/share/maps-places.json 35allow ${HOME}/.local/share/maps-places.json
34whitelist ${DOWNLOADS} 36allow ${DOWNLOADS}
35whitelist ${PICTURES} 37allow ${PICTURES}
36whitelist /usr/share/gnome-maps 38allow /usr/share/gnome-maps
37whitelist /usr/share/libgweather 39allow /usr/share/libgweather
38include whitelist-common.inc 40include whitelist-common.inc
39include whitelist-runuser-common.inc 41include whitelist-runuser-common.inc
40include whitelist-usr-share-common.inc 42include whitelist-usr-share-common.inc