aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-03-13 15:10:25 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-03-13 17:18:44 -0300
commit4c216c75b7ebedad74eb8379992fac667914ce2f (patch)
tree002d3fd41e76a49993e6dad076e2aa4e09068861 /src/man/firejail.txt
parentminor cleanups, no functional changes (#5040) (diff)
downloadfirejail-4c216c75b7ebedad74eb8379992fac667914ce2f.tar.gz
firejail-4c216c75b7ebedad74eb8379992fac667914ce2f.tar.zst
firejail-4c216c75b7ebedad74eb8379992fac667914ce2f.zip
man: mention that the protocol command accumulates
As mentioned by @rusty-snake[1]. This amends commit 39654d016 ("adding netlink to --protocol list (#4605)", 2022-01-21). See also commit 75073e0e4 ("man: mention that private-bin and private-etc are cumulative", 2022-01-22) and issue #4078. [1] https://github.com/netblue30/firejail/pull/5042/files#r825477891
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index f9deaeaa4..228d0c91c 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2167,6 +2167,7 @@ $ firejail \-\-profile.print=browser
2167\fB\-\-protocol=protocol,protocol,protocol 2167\fB\-\-protocol=protocol,protocol,protocol
2168Enable protocol filter. The filter is based on seccomp and checks the first argument to socket system call. 2168Enable protocol filter. The filter is based on seccomp and checks the first argument to socket system call.
2169Recognized values: unix, inet, inet6, netlink, packet, and bluetooth. This option is not supported for i386 architecture. 2169Recognized values: unix, inet, inet6, netlink, packet, and bluetooth. This option is not supported for i386 architecture.
2170Multiple protocol commands are allowed and they accumulate.
2170.br 2171.br
2171 2172
2172.br 2173.br