aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-14 10:37:19 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-14 10:37:19 -0400
commit04e80c5d79e18a941eb5a598007ffb50ea020da2 (patch)
tree3c66a1fd1401453c80a45c592e60a8d07acc183e
parentfixes (diff)
parentupdate seccomp default list in firejail-profile (diff)
downloadfirejail-04e80c5d79e18a941eb5a598007ffb50ea020da2.tar.gz
firejail-04e80c5d79e18a941eb5a598007ffb50ea020da2.tar.zst
firejail-04e80c5d79e18a941eb5a598007ffb50ea020da2.zip
Merge pull request #515 from avoidr/manpage_fix
update seccomp default list in firejail-profile
-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.