aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/google-earth.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
commit018d75775eab4a0f045949a9d069c57686ca2686 (patch)
treeaac3a1a65cca0d4875795c55109a5c3e35efdefb /etc/profile-a-l/google-earth.profile
parentsmall fixes (diff)
downloadfirejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.gz
firejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.zst
firejail-018d75775eab4a0f045949a9d069c57686ca2686.zip
reorganize github etc directory
Diffstat (limited to 'etc/profile-a-l/google-earth.profile')
-rw-r--r--etc/profile-a-l/google-earth.profile51
1 files changed, 51 insertions, 0 deletions
diff --git a/etc/profile-a-l/google-earth.profile b/etc/profile-a-l/google-earth.profile
new file mode 100644
index 000000000..a331ef8d2
--- /dev/null
+++ b/etc/profile-a-l/google-earth.profile
@@ -0,0 +1,51 @@
1# Firejail profile for google-earth
2# This file is overwritten after every install/update
3# Persistent local customizations
4include google-earth.local
5# Persistent global definitions
6include globals.local
7
8noblacklist ${HOME}/.config/Google
9noblacklist ${HOME}/.googleearth/Cache
10noblacklist ${HOME}/.googleearth/Temp
11noblacklist ${HOME}/.googleearth/myplaces.backup.kml
12noblacklist ${HOME}/.googleearth/myplaces.kml
13
14include disable-common.inc
15include disable-devel.inc
16include disable-exec.inc
17include disable-interpreters.inc
18include disable-passwdmgr.inc
19include disable-programs.inc
20
21mkdir ${HOME}/.config/Google
22mkdir ${HOME}/.googleearth/Cache
23mkdir ${HOME}/.googleearth/Temp
24mkfile ${HOME}/.googleearth/myplaces.backup.kml
25mkfile ${HOME}/.googleearth/myplaces.kml
26whitelist ${HOME}/.config/Google
27whitelist ${HOME}/.googleearth/Cache
28whitelist ${HOME}/.googleearth/Temp
29whitelist ${HOME}/.googleearth/myplaces.backup.kml
30whitelist ${HOME}/.googleearth/myplaces.kml
31include whitelist-common.inc
32
33caps.drop all
34ipc-namespace
35netfilter
36nodvd
37nogroups
38nonewprivs
39noroot
40notv
41nou2f
42novideo
43protocol unix,inet,inet6
44seccomp
45shell none
46
47disable-mnt
48private-bin bash,dirname,google-earth,grep,ls,sed,sh
49private-dev
50private-opt google
51