wrap long lines

This commit is contained in:
Michael Kerrisk 2006-03-07 01:29:54 +00:00
parent d1cf051b61
commit a7dd5ac617
1 changed files with 5 additions and 3 deletions

View File

@ -42,7 +42,8 @@ while unprivileged processes are subject to full permission
checking based on the process's credentials
(usually: effective UID, effective GID, and supplementary group list).
Starting with kernel 2.2, Linux divides the privileges traditionally associated with superuser into distinct units, known as
Starting with kernel 2.2, Linux divides the privileges traditionally
associated with superuser into distinct units, known as
.IR capabilities ,
which can be independently enabled and disabled.
.SS Capabilities List
@ -434,8 +435,9 @@ and file system user IDs (using
.BR setresuid (2),
or similar):
.IP 1. 4
If one or more of the real, effective or saved set user IDs was previously 0,
and as a result of the UID changes all of these IDs have a non-zero value,
If one or more of the real, effective or saved set user IDs
was previously 0, and as a result of the UID changes all of these IDs
have a non-zero value,
then all capabilities are cleared from the permitted and effective
capability sets.
.IP 2. 4