]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
credentials.7: Relocate a paragraph (no content changes)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 21 Apr 2020 12:09:30 +0000 (14:09 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 21 Apr 2020 12:09:30 +0000 (14:09 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/credentials.7

index 5d04aeb8177c78e023883d2e21835aaee830282f..85302bde20d19ae2d8ecf1b8e97c3e129e734879 100644 (file)
@@ -259,6 +259,30 @@ group IDs are preserved;
 the effective and saved set IDs may be changed, as described in
 .BR execve (2).
 .PP
+Aside from the purposes noted above,
+a process's user IDs are also employed in a number of other contexts:
+.IP * 3
+when determining the permissions for sending signals (see
+.BR kill (2));
+.IP *
+when determining the permissions for setting
+process-scheduling parameters (nice value, real time
+scheduling policy and priority, CPU affinity, I/O priority) using
+.BR setpriority (2),
+.BR sched_setaffinity (2),
+.BR sched_setscheduler (2),
+.BR sched_setparam (2),
+.BR sched_setattr (2),
+and
+.BR ioprio_set (2);
+.IP *
+when checking resource limits (see
+.BR getrlimit (2));
+.IP *
+when checking the limit on the number of inotify instances
+that the process may create (see
+.BR inotify (7)).
+.PP
 Subject to rules described in the relevant manual pages,
 a process can use the following APIs to modify its user and group IDs:
 .TP
@@ -288,30 +312,6 @@ 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
-Aside from the purposes noted above,
-a process's user IDs are also employed in a number of other contexts:
-.IP * 3
-when determining the permissions for sending signals (see
-.BR kill (2));
-.IP *
-when determining the permissions for setting
-process-scheduling parameters (nice value, real time
-scheduling policy and priority, CPU affinity, I/O priority) using
-.BR setpriority (2),
-.BR sched_setaffinity (2),
-.BR sched_setscheduler (2),
-.BR sched_setparam (2),
-.BR sched_setattr (2),
-and
-.BR ioprio_set (2);
-.IP *
-when checking resource limits (see
-.BR getrlimit (2));
-.IP *
-when checking the limit on the number of inotify instances
-that the process may create (see
-.BR inotify (7)).
 .SH CONFORMING TO
 Process IDs, parent process IDs, process group IDs, and session IDs
 are specified in POSIX.1.