diff options
| -rw-r--r-- | man5/proc.5 | 5 | ||||
| -rw-r--r-- | man5/proc_pid_projid_map.5 | 17 |
2 files changed, 17 insertions, 5 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 95214b03a4..a7c124d69d 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -266,11 +266,6 @@ Therefore, it may be desirable to reset the "dumpable" attribute .I after making any desired changes to the process's effective UID or GID. .TP -.IR /proc/ pid /projid_map " (since Linux 3.7)" -.\" commit f76d207a66c3a53defea67e7d36c3eb1b7d6d61d -See -.BR user_namespaces (7). -.TP .IR /proc/ pid /seccomp " (Linux 2.6.12 to Linux 2.6.22)" This file can be used to read and change the process's secure computing (seccomp) mode setting. diff --git a/man5/proc_pid_projid_map.5 b/man5/proc_pid_projid_map.5 new file mode 100644 index 0000000000..84ede67b5e --- /dev/null +++ b/man5/proc_pid_projid_map.5 @@ -0,0 +1,17 @@ +.\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com> +.\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com> +.\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org> +.\" +.\" SPDX-License-Identifier: GPL-3.0-or-later +.\" +.TH proc_pid_projid_map 5 (date) "Linux man-pages (unreleased)" +.SH NAME +/proc/pid/projid_map \- project ID mappings +.SH DESCRIPTION +.TP +.IR /proc/ pid /projid_map " (since Linux 3.7)" +.\" commit f76d207a66c3a53defea67e7d36c3eb1b7d6d61d +See +.BR user_namespaces (7). +.SH SEE ALSO +.BR proc (5) |
