diff options
Diffstat (limited to 'man7/credentials.7')
| -rw-r--r-- | man7/credentials.7 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man7/credentials.7 b/man7/credentials.7 index 85302bde20..3fdfc84508 100644 --- a/man7/credentials.7 +++ b/man7/credentials.7 @@ -282,6 +282,8 @@ when checking resource limits (see when checking the limit on the number of inotify instances that the process may create (see .BR inotify (7)). +.\" +.SS Modifying process user and group IDs .PP Subject to rules described in the relevant manual pages, a process can use the following APIs to modify its user and group IDs: @@ -312,6 +314,10 @@ filesystem user (group) ID. Changes to a process's effective user or group ID can also affect the process "dumpable" attribute, as described in .BR prctl (2). +.PP +Changes to process user and group IDs can affect the capabilities +of the process, as described in +.BR capabilities (7). .SH CONFORMING TO Process IDs, parent process IDs, process group IDs, and session IDs are specified in POSIX.1. |
