aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-03-24 08:21:38 -0400
committerLibravatar GitHub <noreply@github.com>2022-03-24 08:21:38 -0400
commitd127692cc2279c98819dc00c5c08a294ca4c29c7 (patch)
tree098c602042a9c868894260394b6bbe355e66edab /src
parentbuild(deps): bump github/codeql-action from 1.1.4 to 1.1.5 (diff)
parentman: mention that the protocol command accumulates (diff)
downloadfirejail-d127692cc2279c98819dc00c5c08a294ca4c29c7.tar.gz
firejail-d127692cc2279c98819dc00c5c08a294ca4c29c7.tar.zst
firejail-d127692cc2279c98819dc00c5c08a294ca4c29c7.zip
Merge pull request #5043 from kmk3/docs-protocol-acc
man: mention that the protocol command accumulates
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt1
2 files changed, 2 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.
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index feb9e4e81..1d028b8ac 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2171,6 +2171,7 @@ $ firejail \-\-profile.print=browser
2171\fB\-\-protocol=protocol,protocol,protocol 2171\fB\-\-protocol=protocol,protocol,protocol
2172Enable protocol filter. The filter is based on seccomp and checks the first argument to socket system call. 2172Enable protocol filter. The filter is based on seccomp and checks the first argument to socket system call.
2173Recognized values: unix, inet, inet6, netlink, packet, and bluetooth. This option is not supported for i386 architecture. 2173Recognized values: unix, inet, inet6, netlink, packet, and bluetooth. This option is not supported for i386 architecture.
2174Multiple protocol commands are allowed and they accumulate.
2174.br 2175.br
2175 2176
2176.br 2177.br