aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
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/man/firejail.txt
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/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 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