aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/google-earth-pro.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-01-23 20:13:28 +0000
committerLibravatar GitHub <noreply@github.com>2021-01-23 20:13:28 +0000
commit526426530915249741e14b8b1ac333872b158e57 (patch)
treebc3ef032a577e7fc9bed67a1c8d2c328b5cc48a9 /etc/profile-a-l/google-earth-pro.profile
parentUpdate bibletime.profile, add new whitelist (#3908) (diff)
downloadfirejail-526426530915249741e14b8b1ac333872b158e57.tar.gz
firejail-526426530915249741e14b8b1ac333872b158e57.tar.zst
firejail-526426530915249741e14b8b1ac333872b158e57.zip
refactor google-earth{-pro} (#3915)
* refactor google-earth{-pro} blacklisting * fix google-earth-pro.profile I've included all binaries found in the Arch Linux AUR package to private-bin. But I also added a note on ignoring private-bin because I'm not sure what google-earth is doing on other distro's. * unbreak google-earth.profile Not sure why we need grep, ls and sed in private-bin exactly but keeping them around wouldn't hurt too much I guess.
Diffstat (limited to 'etc/profile-a-l/google-earth-pro.profile')
-rw-r--r--etc/profile-a-l/google-earth-pro.profile11
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/profile-a-l/google-earth-pro.profile b/etc/profile-a-l/google-earth-pro.profile
index c1f919769..a0e4f6d86 100644
--- a/etc/profile-a-l/google-earth-pro.profile
+++ b/etc/profile-a-l/google-earth-pro.profile
@@ -1,7 +1,14 @@
1# Firejail profile alias for google-earth 1# Firejail profile for google-earth-pro
2# This file is overwritten after every install/update 2# This file is overwritten after every install/update
3# Persistent local customizations
4include google-earth-pro.local
5# Persistent global definitions
6# added by included profile
7#include globals.local
3 8
4private-bin google-earth-pro 9# If you see errors about missing commands, uncomment the below or put 'ignore private-bin' into your google-earth-pro.local
10#ignore private-bin
11private-bin google-earth-pro,googleearth,googleearth-bin,gpsbabel,readlink,repair_tool,which,xdg-mime,xdg-settings
5 12
6# Redirect 13# Redirect
7include google-earth.profile 14include google-earth.profile