From 1738bbf7181d6c3b6d9f82bfa5b3f6d21ad503c3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 27 Feb 2018 07:52:49 -0500 Subject: appimage enhancements --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') 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 ````` # Current development version: 0.9.53 +## AppImage development + +Support for private-bin, private-lib and shell none has been disabled while running AppImage archives. +This allows us to use our regular profile files for appimages. We don't have a way to extract the name +of the executable, so the profile will have to be passed on the command line. Example: +````` +$ firejail --profile=/etc/firejail/kdenlive.profile --appimage --apparmor ~/bin/Kdenlive-17.12.0d-x86_64.AppImage +````` +Also, we have full AppArmor support for AppImages: +````` + +$ firejail --apparmor --appimage ~/bin/Kdenlive-17.12.0d-x86_64.AppImage +````` + ## Seccomp development Replaced the our seccomp disassembler with a real disassembler lifted from -- cgit v1.2.3-54-g00ecf