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
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,24 @@ AppImages can be updated using [AppImageUpdate](https://github.com/probonopd/App
196
196
197
197
For the full story, read [this](https://github.com/probonopd/AppImageKit/blob/master/AppImageUpdate.AppDir/README.md).
198
198
199
+
## Sandboxing
200
+
201
+
[Firejail](https://github.com/netblue30/firejail/) is a low-overhead sandbox that provides native support for the AppImage format. Written in C with virtually no dependencies, Firejail runs on any Linux computer with a 3.x kernel version or newer.
202
+
203
+
To run an AppImage inside a Firejail sandbox, run it like this:
For more information and more options, read [this](https://github.com/probonopd/AppImageKit/blob/master/sandbox/README.md).
216
+
199
217
## Support
200
218
201
219
I support open source projects that wish to distribute their software as an AppImage. For closed source applications, I offer AppImage packaging and testing as a service.
0 commit comments