aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.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-profile.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-profile.txt')
-rw-r--r--src/man/firejail-profile.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index e962e18da..8c9c25311 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -505,7 +505,7 @@ There is no root account (uid 0) defined in the namespace.
505Enable protocol filter. The filter is based on seccomp and checks the 505Enable protocol filter. The filter is based on seccomp and checks the
506first argument to socket system call. Recognized values: \fBunix\fR, 506first argument to socket system call. Recognized values: \fBunix\fR,
507\fBinet\fR, \fBinet6\fR, \fBnetlink\fR, \fBpacket\fR, and \fBbluetooth\fR. 507\fBinet\fR, \fBinet6\fR, \fBnetlink\fR, \fBpacket\fR, and \fBbluetooth\fR.
508Multiple protocol commands are allowed. 508Multiple protocol commands are allowed and they accumulate.
509.TP 509.TP
510\fBseccomp 510\fBseccomp
511Enable seccomp filter and blacklist the syscalls in the default list. See man 1 firejail for more details. 511Enable seccomp filter and blacklist the syscalls in the default list. See man 1 firejail for more details.