aboutsummaryrefslogtreecommitdiffstats
path: root/etc/google-earth.profile
diff options
context:
space:
mode:
authorLibravatar Glenn Washburn <development@efficientek.com>2018-10-09 06:10:43 -0500
committerLibravatar Glenn Washburn <development@efficientek.com>2018-10-17 00:43:54 -0500
commit7c533c9aa5aa9d36d51c512bb175059353eae113 (patch)
treea13b25eba80c7c90d31f93a88d8fa606db03d299 /etc/google-earth.profile
parentUpdate profile manpage to detail added "include" functionality. (diff)
downloadfirejail-7c533c9aa5aa9d36d51c512bb175059353eae113.tar.gz
firejail-7c533c9aa5aa9d36d51c512bb175059353eae113.tar.zst
firejail-7c533c9aa5aa9d36d51c512bb175059353eae113.zip
Remove "/etc/firejail/" from all include paths, now that profile_read will search for the file.
Diffstat (limited to 'etc/google-earth.profile')
-rw-r--r--etc/google-earth.profile16
1 files changed, 8 insertions, 8 deletions
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 @@
1# Firejail profile for google-earth 1# Firejail profile for google-earth
2# This file is overwritten after every install/update 2# This file is overwritten after every install/update
3# Persistent local customizations 3# Persistent local customizations
4include /etc/firejail/google-earth.local 4include google-earth.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.config/Google 8noblacklist ${HOME}/.config/Google
9noblacklist ${HOME}/.googleearth/Cache/ 9noblacklist ${HOME}/.googleearth/Cache/
@@ -11,11 +11,11 @@ noblacklist ${HOME}/.googleearth/Temp/
11noblacklist ${HOME}/.googleearth/myplaces.backup.kml 11noblacklist ${HOME}/.googleearth/myplaces.backup.kml
12noblacklist ${HOME}/.googleearth/myplaces.kml 12noblacklist ${HOME}/.googleearth/myplaces.kml
13 13
14include /etc/firejail/disable-common.inc 14include disable-common.inc
15include /etc/firejail/disable-devel.inc 15include disable-devel.inc
16include /etc/firejail/disable-interpreters.inc 16include disable-interpreters.inc
17include /etc/firejail/disable-passwdmgr.inc 17include disable-passwdmgr.inc
18include /etc/firejail/disable-programs.inc 18include disable-programs.inc
19 19
20mkdir ${HOME}/.config/Google 20mkdir ${HOME}/.config/Google
21mkdir ${HOME}/.googleearth/Cache/ 21mkdir ${HOME}/.googleearth/Cache/
@@ -27,7 +27,7 @@ whitelist ${HOME}/.googleearth/Cache/
27whitelist ${HOME}/.googleearth/Temp/ 27whitelist ${HOME}/.googleearth/Temp/
28whitelist ${HOME}/.googleearth/myplaces.backup.kml 28whitelist ${HOME}/.googleearth/myplaces.backup.kml
29whitelist ${HOME}/.googleearth/myplaces.kml 29whitelist ${HOME}/.googleearth/myplaces.kml
30include /etc/firejail/whitelist-common.inc 30include whitelist-common.inc
31 31
32caps.drop all 32caps.drop all
33ipc-namespace 33ipc-namespace