From 78bb84ddf277dab653a08f97303894e35433402f Mon Sep 17 00:00:00 2001 From: Tad Date: Sat, 16 Sep 2017 15:35:55 -0400 Subject: Misc fixes Thanks to @Fred-Barclay, @smitsohu and @reinerh for a bunch of these --- etc/google-earth.profile | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'etc/google-earth.profile') 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 include /etc/firejail/globals.local noblacklist ${HOME}/.config/Google -noblacklist ${HOME}/.googleearth +noblacklist ${HOME}/.googleearth/Cache/ +noblacklist ${HOME}/.googleearth/Temp/ +noblacklist ${HOME}/.googleearth/myplaces.backup.kml +noblacklist ${HOME}/.googleearth/myplaces.kml include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc @@ -14,9 +17,15 @@ include /etc/firejail/disable-passwdmgr.inc include /etc/firejail/disable-programs.inc mkdir ${HOME}/.config/Google -mkdir ${HOME}/.googleearth +mkdir ${HOME}/.googleearth/Cache/ +mkdir ${HOME}/.googleearth/Temp/ +mkfile ${HOME}/.googleearth/myplaces.backup.kml +mkfile ${HOME}/.googleearth/myplaces.kml whitelist ${HOME}/.config/Google -whitelist ${HOME}/.googleearth +whitelist ${HOME}/.googleearth/Cache/ +whitelist ${HOME}/.googleearth/Temp/ +whitelist ${HOME}/.googleearth/myplaces.backup.kml +whitelist ${HOME}/.googleearth/myplaces.kml include /etc/firejail/whitelist-common.inc caps.drop all @@ -32,7 +41,7 @@ protocol unix,inet,inet6 seccomp shell none -private-bin google-earth,sh,grep,sed,ls,dirname +private-bin google-earth,sh,bash,dash,grep,sed,ls,dirname private-dev noexec ${HOME} -- cgit v1.2.3-54-g00ecf