summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-01-24 08:48:50 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2018-01-24 08:48:50 -0500
commit5ebebb1211364a4d7164ad30d021adabf5374d32 (patch)
treeadcd26d88b059d25e058e19c56dd496c811e1690 /src/man
parentapparmor support for --overlay sandboxes (diff)
downloadfirejail-5ebebb1211364a4d7164ad30d021adabf5374d32.tar.gz
firejail-5ebebb1211364a4d7164ad30d021adabf5374d32.tar.zst
firejail-5ebebb1211364a4d7164ad30d021adabf5374d32.zip
added firejail --apparmor.print and firemon --apparmor
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt15
-rw-r--r--src/man/firemon.txt3
2 files changed, 18 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 1a769176c..8704e53b3 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -111,6 +111,21 @@ $ firejail --appimage krita-3.0-x86_64.appimage
111$ firejail --appimage --private krita-3.0-x86_64.appimage 111$ firejail --appimage --private krita-3.0-x86_64.appimage
112.br 112.br
113$ firejail --appimage --net=none --x11 krita-3.0-x86_64.appimage 113$ firejail --appimage --net=none --x11 krita-3.0-x86_64.appimage
114
115.TP
116\fB\-\-apparmor.print=name|pid
117Print the AppArmor confinement status for the sandbox identified by name or by PID.
118.br
119
120.br
121Example:
122.br
123$ firejail \-\-apparmor.print=browser
124.br
1255074:netblue:/usr/bin/firejail /usr/bin/firefox-esr
126.br
127 AppArmor: firejail-default enforce
128
114.TP 129.TP
115\fB\-\-audit 130\fB\-\-audit
116Audit the sandbox, see \fBAUDIT\fR section for more details. 131Audit the sandbox, see \fBAUDIT\fR section for more details.
diff --git a/src/man/firemon.txt b/src/man/firemon.txt
index 957a224c6..4827bbbeb 100644
--- a/src/man/firemon.txt
+++ b/src/man/firemon.txt
@@ -10,6 +10,9 @@ these processes are also being monitored. On Grsecurity systems only root user
10can run this program. 10can run this program.
11.SH OPTIONS 11.SH OPTIONS
12.TP 12.TP
13\fB\-\-apparmor
14Print AppArmor confinement status for each sandbox.
15.TP
13\fB\-\-arp 16\fB\-\-arp
14Print ARP table for each sandbox. 17Print ARP table for each sandbox.
15.TP 18.TP