capabilities.7: Minor tweaks to Matthew Saunders' patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-20 11:37:42 +12:00
parent 1f601b1c28
commit 1a0dff18b2
1 changed files with 7 additions and 5 deletions

View File

@ -806,11 +806,13 @@ for all other capabilities for which the corresponding permitted or
inheritable flags is enabled.
.RE
Note that file capability sets are ignored if the executable file
is stored on a filesystem mounted
.RB ( mount (2),
.BR mount (8))
with the nosuid option.
File capability sets are ignored if the executable file
resides on a filesystem mounted with the
.B nosuid
option (see
.BR mount (2)
and
.BR mount (8)).
.\"
.SS Transformation of capabilities during execve()
.PP