aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
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.