You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are some ideas of how to sandbox an application. Could be used for any application, not just gngr.
Separate user
The simplest way to sandbox an app is to run it as a separate user in your operating system. However, this by itself may not be sufficient. The X-Windows systems on Linux is notoriously leaky.
Virtualization
This takes a little more time to setup but is safer. You can use tools such as VirtualBox or lxc to create virtual machines.
Here are some packaged solutions that address this at various levels: