aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2020-09-02 07:33:27 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2020-09-02 07:33:27 -0400
commit3e022b77fada5fc1fe748bf8771c71ca8ffcc629 (patch)
treeb4b154bdac1edc42e360759f53e5fb7fb867b7d6 /src/man/firejail.txt
parentharden redeclipse (diff)
downloadfirejail-3e022b77fada5fc1fe748bf8771c71ca8ffcc629.tar.gz
firejail-3e022b77fada5fc1fe748bf8771c71ca8ffcc629.tar.zst
firejail-3e022b77fada5fc1fe748bf8771c71ca8ffcc629.zip
manpage: remove apparmor from non-apparor builds
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 3b7ba4e3d..2fdf21a31 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -106,6 +106,7 @@ All directories under /home are visible inside the sandbox. By default, only cur
106Example: 106Example:
107.br 107.br
108$ firejail --allusers 108$ firejail --allusers
109#ifdef HAVE_APPARMOR
109.TP 110.TP
110\fB\-\-apparmor 111\fB\-\-apparmor
111Enable AppArmor confinement. For more information, please see \fBAPPARMOR\fR section below. 112Enable AppArmor confinement. For more information, please see \fBAPPARMOR\fR section below.
@@ -122,7 +123,7 @@ $ firejail \-\-apparmor.print=browser
1225074:netblue:/usr/bin/firejail /usr/bin/firefox-esr 1235074:netblue:/usr/bin/firejail /usr/bin/firefox-esr
123.br 124.br
124 AppArmor: firejail-default enforce 125 AppArmor: firejail-default enforce
125 126#endif
126.TP 127.TP
127\fB\-\-appimage 128\fB\-\-appimage
128Sandbox an AppImage (https://appimage.org/) application. If the sandbox is started 129Sandbox an AppImage (https://appimage.org/) application. If the sandbox is started
@@ -2842,6 +2843,7 @@ Example:
2842$ firejail --net=eth0 --x11=xephyr --xephyr-screen=640x480 firefox 2843$ firejail --net=eth0 --x11=xephyr --xephyr-screen=640x480 firefox
2843.br 2844.br
2844 2845
2846#ifdef HAVE_APPARMOR
2845.SH APPARMOR 2847.SH APPARMOR
2846.TP 2848.TP
2847AppArmor support is disabled by default at compile time. Use --enable-apparmor configuration option to enable it: 2849AppArmor support is disabled by default at compile time. Use --enable-apparmor configuration option to enable it:
@@ -2884,6 +2886,7 @@ To enable AppArmor confinement on top of your current Firejail security features
2884 2886
2885.br 2887.br
2886$ firejail --apparmor firefox 2888$ firejail --apparmor firefox
2889#endif
2887 2890
2888.SH AUDIT 2891.SH AUDIT
2889Audit feature allows the user to point out gaps in security profiles. The 2892Audit feature allows the user to point out gaps in security profiles. The