prctl.2: Add mention of seccomp(2) under PR_SET_SECCOMP

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-12-26 08:12:17 +01:00
parent b8ffefd766
commit 25813394da
1 changed files with 5 additions and 0 deletions

View File

@ -349,6 +349,11 @@ For further information, see the kernel source file
.\" andrea@cpushare.com
Set the secure computing (seccomp) mode for the calling thread, to limit
the available system calls.
The more recent
.BR seccomp (2)
system call provides a superset of the functionality of
.BR PR_SET_SECCOMP .
The seccomp mode is selected via
.IR arg2 .
(The seccomp constants are defined in