]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man7/namespaces.7
inode.7: wfix
[thirdparty/man-pages.git] / man7 / namespaces.7
index 0bcb45c2da5856e9a8d117072776cd547a57e227..15a642f75ceff0888282c54d9aba1e5450b5fb96 100644 (file)
@@ -24,7 +24,7 @@
 .\" %%%LICENSE_END
 .\"
 .\"
-.TH NAMESPACES 7 2018-02-02 "Linux" "Linux Programmer's Manual"
+.TH NAMESPACES 7 2019-03-06 "Linux" "Linux Programmer's Manual"
 .SH NAME
 namespaces \- overview of Linux namespaces
 .SH DESCRIPTION
@@ -109,7 +109,10 @@ and
 .BR unshare (2)
 in most cases requires the
 .BR CAP_SYS_ADMIN
-capability.
+capability, since, in the new namespace,
+the creator will have the power to change global resources
+that are visible to other processes that are subsequently created in,
+or join the namespace.
 User namespaces are the exception: since Linux 3.8,
 no privilege is required to create a user namespace.
 .\"
@@ -268,7 +271,7 @@ user namespaces that may be created in the user namespace.
 .TP
 .IR max_uts_namespaces
 The value in this file defines a per-user limit on the number of
-user namespaces that may be created in the user namespace.
+uts namespaces that may be created in the user namespace.
 .PP
 Note the following details about these files:
 .IP * 3
@@ -317,7 +320,6 @@ The aforementioned point ensures that creating a new user namespace
 cannot be used as a means to escape the limits in force
 in the current user namespace.
 .RE
-.PP
 .\"
 .\" ==================== Cgroup namespaces ====================
 .\"
@@ -448,7 +450,7 @@ filesystem (see
 .BR mq_overview (7))
 refers to this namespace.
 .IP *
-It is an PID namespace, and a corresponding mount of a
+It is a PID namespace, and a corresponding mount of a
 .BR proc (5)
 filesystem refers to this namespace.
 .SH EXAMPLE
@@ -473,4 +475,5 @@ and
 .BR pid_namespaces (7),
 .BR user_namespaces (7),
 .BR lsns (8),
+.BR pam_namespace (8),
 .BR switch_root (8)