aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-16 07:17:55 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-16 07:17:55 -0400
commit83b898c9d7c14e70bb7531fffc56de40d2db4fb8 (patch)
treed3b627fefbc898424cf17b81f9f1fa1b4b85954e /src/man
parenttesting (diff)
downloadfirejail-83b898c9d7c14e70bb7531fffc56de40d2db4fb8.tar.gz
firejail-83b898c9d7c14e70bb7531fffc56de40d2db4fb8.tar.zst
firejail-83b898c9d7c14e70bb7531fffc56de40d2db4fb8.zip
seccomp testing
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 9d3595d16..ae9d07bb8 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -861,7 +861,11 @@ $ firejail \-\-net=eth0 \-\-scan
861Enable seccomp filter and blacklist the syscalls in the default list. The default list is as follows: 861Enable seccomp filter and blacklist the syscalls in the default list. The default list is as follows:
862mount, umount2, ptrace, kexec_load, open_by_handle_at, init_module, finit_module, delete_module, 862mount, umount2, ptrace, kexec_load, open_by_handle_at, init_module, finit_module, delete_module,
863iopl, ioperm, swapon, swapoff, syslog, process_vm_readv and process_vm_writev, 863iopl, ioperm, swapon, swapoff, syslog, process_vm_readv and process_vm_writev,
864sysfs,_sysctl, adjtimex, clock_adjtime, lookup_dcookie, perf_event_open, fanotify_init and kcmp. 864sysfs,_sysctl, adjtimex, clock_adjtime, lookup_dcookie, perf_event_open, fanotify_init, kcmp,
865add_key, request_key, keyctl, uselib, acct, modify_ldt, pivot_root, io_setup,
866io_destroy, io_getevents, io_submit, io_cancel,
867remap_file_pages, mbind, get_mempolicy, set_mempolicy,
868migrate_pages, move_pages, vmsplice, and perf_event_open.
865.br 869.br
866 870
867.br 871.br