From 7c533c9aa5aa9d36d51c512bb175059353eae113 Mon Sep 17 00:00:00 2001 From: Glenn Washburn Date: Tue, 9 Oct 2018 06:10:43 -0500 Subject: Remove "/etc/firejail/" from all include paths, now that profile_read will search for the file. --- etc/google-earth.profile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc/google-earth.profile') diff --git a/etc/google-earth.profile b/etc/google-earth.profile index bafa716d1..7e261ecc7 100644 --- a/etc/google-earth.profile +++ b/etc/google-earth.profile @@ -1,9 +1,9 @@ # Firejail profile for google-earth # This file is overwritten after every install/update # Persistent local customizations -include /etc/firejail/google-earth.local +include google-earth.local # Persistent global definitions -include /etc/firejail/globals.local +include globals.local noblacklist ${HOME}/.config/Google noblacklist ${HOME}/.googleearth/Cache/ @@ -11,11 +11,11 @@ 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 -include /etc/firejail/disable-interpreters.inc -include /etc/firejail/disable-passwdmgr.inc -include /etc/firejail/disable-programs.inc +include disable-common.inc +include disable-devel.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc mkdir ${HOME}/.config/Google mkdir ${HOME}/.googleearth/Cache/ @@ -27,7 +27,7 @@ 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 +include whitelist-common.inc caps.drop all ipc-namespace -- cgit v1.2.3-54-g00ecf