diff --git a/Firejail.md b/Firejail.md index 60a2c67..91b6c3e 100644 --- a/Firejail.md +++ b/Firejail.md @@ -13,4 +13,12 @@ Firejail has integrated support for AppArmor policy. +Firejail has a set of profiles (firejail-profiles) + +and can apply the firejail apparmor profile if the jail is started with the ```--apparmor``` command line flag. + +``` +firejail --apparmor --seccomp firefox +``` + [simple overview](https://pvera.net/posts/apparmor-firejail-sandboxing/)