aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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