aboutsummaryrefslogtreecommitdiffstats
path: root/etc/google-earth.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-09-16 13:47:31 -0400
committerLibravatar Tad <tad@spotco.us>2017-09-18 18:24:13 -0400
commit60606c2d041dc08b0af10baff1b18dbf507f8d81 (patch)
tree75ca83f6148cf6e93e75df9be3b85ab702a5fb9c /etc/google-earth.profile
parentAdd 5 profiles (diff)
downloadfirejail-60606c2d041dc08b0af10baff1b18dbf507f8d81.tar.gz
firejail-60606c2d041dc08b0af10baff1b18dbf507f8d81.tar.zst
firejail-60606c2d041dc08b0af10baff1b18dbf507f8d81.zip
Fixup 36 profiles
Diffstat (limited to 'etc/google-earth.profile')
-rw-r--r--etc/google-earth.profile22
1 files changed, 12 insertions, 10 deletions
diff --git a/etc/google-earth.profile b/etc/google-earth.profile
index a339402e2..11d55281a 100644
--- a/etc/google-earth.profile
+++ b/etc/google-earth.profile
@@ -5,16 +5,18 @@ include /etc/firejail/google-earth.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8blacklist /boot 8noblacklist ${HOME}/.config/Google
9blacklist /media 9noblacklist ${HOME}/.googleearth
10blacklist /mnt
11 10
11include /etc/firejail/disable-common.inc
12include /etc/firejail/disable-devel.inc
13include /etc/firejail/disable-passwdmgr.inc
14include /etc/firejail/disable-programs.inc
15
16mkdir ${HOME}/.config/Google
17mkdir ${HOME}/.googleearth
12whitelist ${HOME}/.config/Google 18whitelist ${HOME}/.config/Google
13whitelist ${HOME}/.googleearth/Cache/ 19whitelist ${HOME}/.googleearth
14whitelist ${HOME}/.googleearth/Temp/
15whitelist ${HOME}/.googleearth/myplaces.backup.kml
16whitelist ${HOME}/.googleearth/myplaces.kml
17whitelist /tmp/.X11-unix
18include /etc/firejail/whitelist-common.inc 20include /etc/firejail/whitelist-common.inc
19 21
20caps.drop all 22caps.drop all
@@ -26,7 +28,7 @@ shell none
26 28
27private-bin google-earth,sh,grep,sed,ls,dirname 29private-bin google-earth,sh,grep,sed,ls,dirname
28private-dev 30private-dev
29private-etc fonts,resolv.conf,X11,alternatives,pulse 31#private-etc fonts,resolv.conf,X11,alternatives,pulse
30 32
31noexec /home 33noexec ${HOME}
32noexec /tmp 34noexec /tmp