aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-10-01 08:29:43 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-10-01 08:29:43 -0400
commit017cce68e3eeec8e0624a73d4e233b5c676d462a (patch)
treeb20cf3f39e76b2cb13c70199fb75b51382ecb623 /src/man
parentMerge pull request #3650 from netblue30/code-scanning (diff)
downloadfirejail-017cce68e3eeec8e0624a73d4e233b5c676d462a.tar.gz
firejail-017cce68e3eeec8e0624a73d4e233b5c676d462a.tar.zst
firejail-017cce68e3eeec8e0624a73d4e233b5c676d462a.zip
fix shell=none for --audit (#3116)
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index c4b0d384b..b602bcada 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2930,6 +2930,10 @@ In the examples above, the sandbox configures transmission-gtk profile and
2930starts the test program. The real program, transmission-gtk, will not be 2930starts the test program. The real program, transmission-gtk, will not be
2931started. 2931started.
2932 2932
2933You can also audit a specific profile without specifying a program.
2934.br
2935 $ firejail --audit --profile=/etc/firejail/zoom.profile
2936
2933Limitations: audit feature is not implemented for --x11 commands. 2937Limitations: audit feature is not implemented for --x11 commands.
2934 2938
2935.SH DESKTOP INTEGRATION 2939.SH DESKTOP INTEGRATION