diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-03-12 10:28:32 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-03-12 10:28:32 +0100 |
| commit | 934018606b080424e9b85b7cfedbb96def07e35e (patch) | |
| tree | 8f98066f6daef1af6defed9d7678e31b7fd96839 /man5 | |
| parent | df2a85763787fbeb22a4a733ec7aa9b23699fbed (diff) | |
| download | man-pages-934018606b080424e9b85b7cfedbb96def07e35e.tar.gz | |
proc.5: Minor: fix alphabetical order of some /proc/PID entries
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/proc.5 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 9dfea5e187..e75f34e4a2 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -274,12 +274,6 @@ In SELinux, a process can set only its own .IR /proc/[pid]/attr/fscreate attribute. .TP -.IR /proc/[pid]/attr/prev " (since Linux 2.6.0)" -This file contains the security context of the process before the last -.BR execve (2); -that is, the previous value of -.IR /proc/[pid]/attr/current . -.TP .IR /proc/[pid]/attr/keycreate " (since Linux 2.6.18)" .\" commit 4eb582cf1fbd7b9e5f466e3718a59c957e75254e .\" /Documentation/keys.txt @@ -290,6 +284,12 @@ will be labeled with this context. For further information, see the kernel source file .IR Documentation/keys.txt . .TP +.IR /proc/[pid]/attr/prev " (since Linux 2.6.0)" +This file contains the security context of the process before the last +.BR execve (2); +that is, the previous value of +.IR /proc/[pid]/attr/current . +.TP .IR /proc/[pid]/attr/socketcreate " (since Linux 2.6.18)" .\" commit 42c3e03ef6b298813557cdb997bd6db619cd65a2 If a process writes a security context into this file, @@ -888,6 +888,10 @@ The mask of events that are ignored for this mark For details on these fields, see .BR fanotify_mark (2). .TP +.IR /proc/[pid]/gid_map " (since Linux 3.5)" +See +.BR user_namespaces (7). +.TP .IR /proc/[pid]/io " (since kernel 2.6.20)" .\" commit 7c3ab7381e79dfc7db14a67c6f4f3285664e1ec2 This file contains I/O statistics for the process, for example: @@ -974,10 +978,6 @@ Permission to access this file is governed by a ptrace access mode check; see .BR ptrace (2). .TP -.IR /proc/[pid]/gid_map " (since Linux 3.5)" -See -.BR user_namespaces (7). -.TP .IR /proc/[pid]/limits " (since Linux 2.6.24)" This file displays the soft limit, hard limit, and units of measurement for each of the process's resource limits (see |
