aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-03-01 19:14:56 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-03-01 19:14:56 +0100
commit2ed20202f9af582e45b38aa20da9648c55ebd18e (patch)
tree3636f7a4297f877be2254b637a5b2f7e248ac7de /src/man/firejail.txt
parentchromium-browser-privacy: add cat to private-bin (diff)
downloadfirejail-2ed20202f9af582e45b38aa20da9648c55ebd18e.tar.gz
firejail-2ed20202f9af582e45b38aa20da9648c55ebd18e.tar.zst
firejail-2ed20202f9af582e45b38aa20da9648c55ebd18e.zip
manpage: Add log as value of seccomp-error-action
man firejail-profiles has it already. [skip ci]
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 f9111ae7b..68deb85ec 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2476,7 +2476,7 @@ $ firejail --seccomp.print=browser
2476$ 2476$
2477 2477
2478.TP 2478.TP
2479\fB\-\-seccomp-error-action= kill | ERRNO 2479\fB\-\-seccomp-error-action= kill | ERRNO | log
2480By default, if a seccomp filter blocks a system call, the process gets 2480By default, if a seccomp filter blocks a system call, the process gets
2481EPERM as the error. With \-\-seccomp-error-action=error, another error 2481EPERM as the error. With \-\-seccomp-error-action=error, another error
2482number can be returned, for example ENOSYS or EACCES. The process can 2482number can be returned, for example ENOSYS or EACCES. The process can