mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
add extensive comment on sandboxing google-earth-pro (#3923)
This commit is contained in:
parent
fb4705b4dd
commit
f806d340bf
1 changed files with 17 additions and 1 deletions
|
|
@ -6,9 +6,25 @@ include google-earth-pro.local
|
|||
# added by included profile
|
||||
#include globals.local
|
||||
|
||||
# Google Earth Pro can show issues that make it unpleasant to use, even when running unsandboxed.
|
||||
# See https://wiki.archlinux.org/index.php/Google_Earth#Troubleshooting for details.
|
||||
# Firejailing this application will demand extra work, as there are issues only upstream can fix (see #3906).
|
||||
# As an alternative one could use the web version: https://earth.google.com/web/.
|
||||
# The desktop version from the AUR can be made to work with firejail by appending the below snippet
|
||||
# to /usr/bin/googleearth-pro:
|
||||
# <--- snippet --->
|
||||
# Post-shutdown cleaning
|
||||
#_lock_app_running="${HOME}/.googleearth/instance-running-lock"
|
||||
#[[ -L "$_lock_app_running" ]] && rm -f "${_lock_app_running:?}"
|
||||
#_lock_collada_cache="/tmp/geColladaModelCacheLock"
|
||||
#[[ -e "$_lock_collada_cache" ]] && rm -f "${_lock_collada_cache:?}"
|
||||
#_lock_icon_cache="/tmp/geIconCacheLock"
|
||||
#[[ -e "$_lock_icon_cache" ]] && rm -f "${_lock_icon_cache:?}"
|
||||
# <--- end of snippet --->
|
||||
|
||||
# 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
|
||||
private-bin google-earth-pro,googleearth,googleearth-bin,gpsbabel,readlink,repair_tool,rm,which,xdg-mime,xdg-settings
|
||||
|
||||
# Redirect
|
||||
include google-earth.profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue