aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail-profile.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 0e9614ab6..8f9eedbd3 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -222,10 +222,15 @@ first argument to socket system call. Recognized values: \fBunix\fR,
222\fBinet\fR, \fBinet6\fR, \fBnetlink\fR and \fBpacket\fR. 222\fBinet\fR, \fBinet6\fR, \fBnetlink\fR and \fBpacket\fR.
223.TP 223.TP
224\fBseccomp 224\fBseccomp
225Enable default seccomp filter. The default list is as follows: 225Enable seccomp filter and blacklist the syscalls in the default list. The default list is as follows:
226mount, umount2, ptrace, kexec_load, open_by_handle_at, init_module, finit_module, delete_module, 226mount, umount2, ptrace, kexec_load, kexec_file_load, open_by_handle_at, init_module, finit_module, delete_module,
227iopl, ioperm, swapon, swapoff, syslog, process_vm_readv and process_vm_writev, 227iopl, ioperm, swapon, swapoff, syslog, process_vm_readv, process_vm_writev,
228sysfs,_sysctl, adjtimex, clock_adjtime, lookup_dcookie, perf_event_open, fanotify_init and kcmp. 228sysfs,_sysctl, adjtimex, clock_adjtime, lookup_dcookie, perf_event_open, fanotify_init, kcmp,
229add_key, request_key, keyctl, uselib, acct, modify_ldt, pivot_root, io_setup,
230io_destroy, io_getevents, io_submit, io_cancel,
231remap_file_pages, mbind, get_mempolicy, set_mempolicy,
232migrate_pages, move_pages, vmsplice, perf_event_open, chroot,
233tuxcall, reboot, mfsservctl and get_kernel_syms.
229.TP 234.TP
230\fBseccomp syscall,syscall,syscall 235\fBseccomp syscall,syscall,syscall
231Enable seccomp filter and blacklist the system calls in the list on top of default seccomp filter. 236Enable seccomp filter and blacklist the system calls in the list on top of default seccomp filter.