aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-01-07 13:53:56 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-01-08 22:01:41 +0100
commit0533d6cbf29cdcd523aee57291cc0ff1dc72070f (patch)
tree45cd8f53fc2cf96f9d30308ef12e2058ebb8af0b /src/man/firejail.txt
parentUpdate README (diff)
downloadfirejail-0533d6cbf29cdcd523aee57291cc0ff1dc72070f.tar.gz
firejail-0533d6cbf29cdcd523aee57291cc0ff1dc72070f.tar.zst
firejail-0533d6cbf29cdcd523aee57291cc0ff1dc72070f.zip
update manpages and RELNOTES
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 347e2b31b..e72ef48c2 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2273,7 +2273,7 @@ rm: cannot remove `testfile': Operation not permitted
2273.TP 2273.TP
2274\fB\-\-seccomp.keep=syscall,@group,!syscall2 2274\fB\-\-seccomp.keep=syscall,@group,!syscall2
2275Enable seccomp filter, blacklist all syscall not listed and "syscall2". 2275Enable seccomp filter, blacklist all syscall not listed and "syscall2".
2276The system calls needed by Firejail (group @default-keep: prctl, execve) 2276The system calls needed by Firejail (group @default-keep: prctl, execve, execveat)
2277are handled with the preload library. On a 64 bit architecture, an 2277are handled with the preload library. On a 64 bit architecture, an
2278additional filter for 32 bit system calls can be installed with 2278additional filter for 32 bit system calls can be installed with
2279\-\-seccomp.32.keep. 2279\-\-seccomp.32.keep.