aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar Азалия Смарагдова <charming.flurry@yandex.ru>2022-07-25 17:16:53 +0500
committerLibravatar Азалия Смарагдова <charming.flurry@yandex.ru>2022-08-05 11:47:24 +0500
commit7f3b6c19a0a87bfd240af7c0c9d61ae907668ce6 (patch)
tree9bcc55b6dc49357f1b7330174be4524efbb1b45c /src/man/firejail.txt
parentRELNOTES: add build and ci items (diff)
downloadfirejail-7f3b6c19a0a87bfd240af7c0c9d61ae907668ce6.tar.gz
firejail-7f3b6c19a0a87bfd240af7c0c9d61ae907668ce6.tar.zst
firejail-7f3b6c19a0a87bfd240af7c0c9d61ae907668ce6.zip
Add support for custom AppArmor profiles (--apparmor=)
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 087d1c85a..b783795f2 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -122,7 +122,13 @@ $ firejail --allusers
122#ifdef HAVE_APPARMOR 122#ifdef HAVE_APPARMOR
123.TP 123.TP
124\fB\-\-apparmor 124\fB\-\-apparmor
125Enable AppArmor confinement. For more information, please see \fBAPPARMOR\fR section below. 125Enable AppArmor confinement with the "firejail-default" AppArmor profile.
126For more information, please see \fBAPPARMOR\fR section below.
127.TP
128\fB\-\-apparmor=profile_name
129Enable AppArmor confinement with a custom AppArmor profile.
130Note that profile in question must already be loaded into the kernel.
131For more information, please see \fBAPPARMOR\fR section below.
126.TP 132.TP
127\fB\-\-apparmor.print=name|pid 133\fB\-\-apparmor.print=name|pid
128Print the AppArmor confinement status for the sandbox identified by name or by PID. 134Print the AppArmor confinement status for the sandbox identified by name or by PID.