aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man')
-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 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