aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-02-27 07:52:49 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2018-02-27 07:52:49 -0500
commit1738bbf7181d6c3b6d9f82bfa5b3f6d21ad503c3 (patch)
tree7a26fe8c3292cda28a65a0ab49a46a87fac53bb5 /README.md
parentSync start-tor-browser with torbrowser-launcher profile' (diff)
downloadfirejail-1738bbf7181d6c3b6d9f82bfa5b3f6d21ad503c3.tar.gz
firejail-1738bbf7181d6c3b6d9f82bfa5b3f6d21ad503c3.tar.zst
firejail-1738bbf7181d6c3b6d9f82bfa5b3f6d21ad503c3.zip
appimage enhancements
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 240455ee5..2fe11be06 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,20 @@ Use this issue to request new profiles: [#1139](https://github.com/netblue30/fir
98````` 98`````
99# Current development version: 0.9.53 99# Current development version: 0.9.53
100 100
101## AppImage development
102
103Support for private-bin, private-lib and shell none has been disabled while running AppImage archives.
104This allows us to use our regular profile files for appimages. We don't have a way to extract the name
105of the executable, so the profile will have to be passed on the command line. Example:
106`````
107$ firejail --profile=/etc/firejail/kdenlive.profile --appimage --apparmor ~/bin/Kdenlive-17.12.0d-x86_64.AppImage
108`````
109Also, we have full AppArmor support for AppImages:
110`````
111
112$ firejail --apparmor --appimage ~/bin/Kdenlive-17.12.0d-x86_64.AppImage
113`````
114
101## Seccomp development 115## Seccomp development
102 116
103Replaced the our seccomp disassembler with a real disassembler lifted from 117Replaced the our seccomp disassembler with a real disassembler lifted from