prctl.2: Mention /proc/PID/status 'NoNewPrivs' field

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-15 08:39:29 +01:00
parent 6c0ed8735b
commit c70fea6e4f
1 changed files with 9 additions and 0 deletions

View File

@ -742,6 +742,15 @@ and
and preserved across
.BR execve (2).
Since Linux 4.10,
the value of a thread's
.I no_new_privs
bit can be viewed via the
.I NoNewPrivs
field in the
.IR /proc/[pid]/status
file.
For more information, see the kernel source file
.IR Documentation/prctl/no_new_privs.txt .
.TP