aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-16 20:14:29 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-16 20:14:29 +0200
commit03a92a154c584dbd19d975606668ac689cbd3f59 (patch)
tree6312bd4f699c13e9b947eaa508d5ac5153e54252
parentsome fixes in profile.template (diff)
downloadfirejail-03a92a154c584dbd19d975606668ac689cbd3f59.tar.gz
firejail-03a92a154c584dbd19d975606668ac689cbd3f59.tar.zst
firejail-03a92a154c584dbd19d975606668ac689cbd3f59.zip
tighten gnome-maps
-rw-r--r--etc/gnome-maps.profile12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/gnome-maps.profile b/etc/gnome-maps.profile
index f45672747..be8e809ce 100644
--- a/etc/gnome-maps.profile
+++ b/etc/gnome-maps.profile
@@ -20,6 +20,13 @@ include disable-passwdmgr.inc
20include disable-programs.inc 20include disable-programs.inc
21include disable-xdg.inc 21include disable-xdg.inc
22 22
23mkdir ${HOME}/.cache/champlain
24mkfile ${HOME}/.local/share/maps-places.json
25whitelist ${HOME}/.cache/champlain
26whitelist ${HOME}/.local/share/maps-places.json
27whitelist ${DOWNLOADS}
28whitelist ${PICTURES}
29include whitelist-common.inc
23include whitelist-var-common.inc 30include whitelist-var-common.inc
24 31
25apparmor 32apparmor
@@ -40,8 +47,9 @@ shell none
40tracelog 47tracelog
41 48
42disable-mnt 49disable-mnt
43# private-bin gjs,gnome-maps 50private-bin gjs,gnome-maps
51# private-cache -- gnome-maps cache all maps/satelite-images
44private-dev 52private-dev
45# private-etc alternatives,ca-certificates,crypto-policies,fonts,pki,ssl 53private-etc alternatives,ca-certificates,clutter-1.0,crypto-policies,dconf,drirc,fonts,gconf,gcrypt,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,mime.types,nsswitch.conf,pango,pkcs11,pki,protocols,resolv.conf,rpc,services,ssl,X11,xdg
46private-tmp 54private-tmp
47 55