prctl.2: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2016-02-28 01:32:41 +01:00 committed by Michael Kerrisk
parent f6f85d2db1
commit 88ee5c1c61
1 changed files with 4 additions and 4 deletions

View File

@ -311,9 +311,9 @@ in the location pointed to by
.TP
.BR PR_SET_KEEPCAPS " (since Linux 2.2.18)"
Set the state of the thread's "keep capabilities" flag,
which determines whether the threads's permitted
capability set is cleared when a change is made to the threads's user IDs
such that the threads's real UID, effective UID, and saved set-user-ID
which determines whether the thread's permitted
capability set is cleared when a change is made to the thread's user IDs
such that the thread's real UID, effective UID, and saved set-user-ID
all become nonzero when at least one of them previously had the value 0.
By default, the permitted capability set is cleared when such a change is made;
setting the "keep capabilities" flag prevents it from being cleared.
@ -328,7 +328,7 @@ The "keep capabilities" value will be reset to 0 on subsequent calls to
.BR execve (2).
.TP
.BR PR_GET_KEEPCAPS " (since Linux 2.2.18)"
Return (as the function result) the current state of the calling threads's
Return (as the function result) the current state of the calling thread's
"keep capabilities" flag.
.TP
.BR PR_MCE_KILL " (since Linux 2.6.32)"