Skip to content
hrj edited this page Aug 8, 2016 · 10 revisions

App sandboxing

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 / Namespacing

This takes a little more time to setup but can be safer.

Here are some packaged solutions that address this at various levels:

Further reading

Clone this wiki locally