From 526426530915249741e14b8b1ac333872b158e57 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 23 Jan 2021 20:13:28 +0000 Subject: 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. --- etc/profile-a-l/google-earth-pro.profile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'etc/profile-a-l/google-earth-pro.profile') 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 @@ -# Firejail profile alias for google-earth +# Firejail profile for google-earth-pro # This file is overwritten after every install/update +# Persistent local customizations +include google-earth-pro.local +# Persistent global definitions +# added by included profile +#include globals.local -private-bin google-earth-pro +# If you see errors about missing commands, uncomment the below or put 'ignore private-bin' into your google-earth-pro.local +#ignore private-bin +private-bin google-earth-pro,googleearth,googleearth-bin,gpsbabel,readlink,repair_tool,which,xdg-mime,xdg-settings # Redirect include google-earth.profile -- cgit v1.2.3-70-g09d2