aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 3f4fba00e..3f22a1d2a 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -845,6 +845,15 @@ Example:
845.br 845.br
846$ firejail \-\-shell=none \-\-seccomp.keep=poll,select,[...] transmission-gtk 846$ firejail \-\-shell=none \-\-seccomp.keep=poll,select,[...] transmission-gtk
847.TP 847.TP
848\fB\-\-seccomp.<errno>=syscall,syscall,syscall
849Enable seccomp filter, and return errno for the syscalls specified by the command.
850.br
851
852.br
853Example:
854.br
855$ firejail \-\-shell=none \-\-seccomp.einval=kill kill 1
856.TP
848\fB\-\-seccomp.print=name 857\fB\-\-seccomp.print=name
849Print the seccomp filter for the sandbox started using \-\-name option. 858Print the seccomp filter for the sandbox started using \-\-name option.
850.br 859.br