aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-06-03 07:11:32 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-06-03 07:11:32 -0400
commitf504f07496e5149b3c4ed0340c53a3e90a6992c4 (patch)
tree9d5fea767fd72028d41439d0a853debfb2ba2dc5 /src/man/firejail.txt
parentenforce nonewprivs for --noprofile option (diff)
downloadfirejail-f504f07496e5149b3c4ed0340c53a3e90a6992c4.tar.gz
firejail-f504f07496e5149b3c4ed0340c53a3e90a6992c4.tar.zst
firejail-f504f07496e5149b3c4ed0340c53a3e90a6992c4.zip
--nettrace only available when running the sandbox as root
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index f78b75346..5f352c843 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1528,7 +1528,7 @@ PID User RX(KB/s) TX(KB/s) Command
1528.TP 1528.TP
1529\fB\-\-nettrace[=name|pid] 1529\fB\-\-nettrace[=name|pid]
1530Monitor TCP and UDP traffic coming into the sandbox specified by name or pid. Only networked sandboxes 1530Monitor TCP and UDP traffic coming into the sandbox specified by name or pid. Only networked sandboxes
1531created with \-\-net are supported. 1531created with \-\-net are supported. This option is only available when running the sandbox as root.
1532.br 1532.br
1533 1533
1534.br 1534.br
@@ -1536,7 +1536,7 @@ Without a name/pid, Firejail will monitor the main system network namespace.
1536.br 1536.br
1537 1537
1538.br 1538.br
1539 $ firejail --nettrace=browser 1539 $ sudo firejail --nettrace=browser
1540.br 1540.br
1541 1541
1542.br 1542.br