aboutsummaryrefslogtreecommitdiffstats
path: root/etc/google-earth.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-09-16 15:35:55 -0400
committerLibravatar Tad <tad@spotco.us>2017-09-18 18:24:13 -0400
commit78bb84ddf277dab653a08f97303894e35433402f (patch)
treed19d0b56218a18d99fd26068c750b247184a495a /etc/google-earth.profile
parentUpdate disable-programs.inc (diff)
downloadfirejail-78bb84ddf277dab653a08f97303894e35433402f.tar.gz
firejail-78bb84ddf277dab653a08f97303894e35433402f.tar.zst
firejail-78bb84ddf277dab653a08f97303894e35433402f.zip
Misc fixes
Thanks to @Fred-Barclay, @smitsohu and @reinerh for a bunch of these
Diffstat (limited to 'etc/google-earth.profile')
-rw-r--r--etc/google-earth.profile17
1 files changed, 13 insertions, 4 deletions
diff --git a/etc/google-earth.profile b/etc/google-earth.profile
index 32da9a5a8..b60f5b3a5 100644
--- a/etc/google-earth.profile
+++ b/etc/google-earth.profile
@@ -6,7 +6,10 @@ include /etc/firejail/google-earth.local
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8noblacklist ${HOME}/.config/Google 8noblacklist ${HOME}/.config/Google
9noblacklist ${HOME}/.googleearth 9noblacklist ${HOME}/.googleearth/Cache/
10noblacklist ${HOME}/.googleearth/Temp/
11noblacklist ${HOME}/.googleearth/myplaces.backup.kml
12noblacklist ${HOME}/.googleearth/myplaces.kml
10 13
11include /etc/firejail/disable-common.inc 14include /etc/firejail/disable-common.inc
12include /etc/firejail/disable-devel.inc 15include /etc/firejail/disable-devel.inc
@@ -14,9 +17,15 @@ include /etc/firejail/disable-passwdmgr.inc
14include /etc/firejail/disable-programs.inc 17include /etc/firejail/disable-programs.inc
15 18
16mkdir ${HOME}/.config/Google 19mkdir ${HOME}/.config/Google
17mkdir ${HOME}/.googleearth 20mkdir ${HOME}/.googleearth/Cache/
21mkdir ${HOME}/.googleearth/Temp/
22mkfile ${HOME}/.googleearth/myplaces.backup.kml
23mkfile ${HOME}/.googleearth/myplaces.kml
18whitelist ${HOME}/.config/Google 24whitelist ${HOME}/.config/Google
19whitelist ${HOME}/.googleearth 25whitelist ${HOME}/.googleearth/Cache/
26whitelist ${HOME}/.googleearth/Temp/
27whitelist ${HOME}/.googleearth/myplaces.backup.kml
28whitelist ${HOME}/.googleearth/myplaces.kml
20include /etc/firejail/whitelist-common.inc 29include /etc/firejail/whitelist-common.inc
21 30
22caps.drop all 31caps.drop all
@@ -32,7 +41,7 @@ protocol unix,inet,inet6
32seccomp 41seccomp
33shell none 42shell none
34 43
35private-bin google-earth,sh,grep,sed,ls,dirname 44private-bin google-earth,sh,bash,dash,grep,sed,ls,dirname
36private-dev 45private-dev
37 46
38noexec ${HOME} 47noexec ${HOME}