aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-05 10:38:02 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-05 10:38:02 -0400
commita4444baae73f99dc57b6eb337182f26c553b0094 (patch)
tree78af4aa55c16b6db787ddddb59714829e99fdded /README.md
parentnetworking fixes (diff)
downloadfirejail-a4444baae73f99dc57b6eb337182f26c553b0094.tar.gz
firejail-a4444baae73f99dc57b6eb337182f26c553b0094.tar.zst
firejail-a4444baae73f99dc57b6eb337182f26c553b0094.zip
appimage support
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
index 543565fe4..2c8d0875a 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,35 @@ FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/
36````` 36`````
37# Current development version: 0.9.41 37# Current development version: 0.9.41
38 38
39## AppImage
40
41AppImage (http://appimage.org/) is a distribution-agnostic packaging format.
42The package is a regular ISO file containing all binaries, libraries and resources
43necessary for the program to run.
44
45We introduce in this release support for sandboxing AppImage applications. Example:
46`````
47$ firejail --appimage krita-3.0-x86_64.appimage
48`````
49All Firejail sandboxing options should be available. A private home directory:
50`````
51$ firejail --appimage --private krita-3.0-x86_64.appimage
52`````
53or some basic X11 sandboxing:
54`````
55$ firejail --appimage --net=none --x11 krita-3.0-x86_64.appimage
56`````
57Major software applications distributing AppImage packages:
58
59..* Krita: https://krita.org/download/krita-desktop/
60..* OpenShot: http://www.openshot.org/download/
61..* Scribus: https://www.scribus.net/downloads/unstable-branch/
62..* MuseScore: https://musescore.org/en/download
63
64More packages build by AppImage developer Simon Peter: https://bintray.com/probono/AppImages
65
66AppImage project home: https://github.com/probonopd/AppImageKit
67
39## New security profiles 68## New security profiles
40 69
41Gitter 70Gitter