aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-06-02 15:13:48 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-09-13 20:16:03 -0700
commit99f04bb1e97071f1184b4f2c68c8693bb85f1bf5 (patch)
treea9c5eee4ad1bbc11801d15f3b460afb5909db159 /man7
parentc0d02ab07a86b7f4ad863a910781e95b4845342d (diff)
downloadman-pages-99f04bb1e97071f1184b4f2c68c8693bb85f1bf5.tar.gz
user_namespaces.7: Note that user namespaces isolate the root directory
Reported-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/user_namespaces.75
1 files changed, 4 insertions, 1 deletions
diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7
index 1e3beadf58..2af6d7a103 100644
--- a/man7/user_namespaces.7
+++ b/man7/user_namespaces.7
@@ -29,9 +29,11 @@ user_namespaces \- overview of Linux user_namespaces
For an overview of namespaces, see
.BR namespaces (7).
-User namespaces isolate security-related identifiers, in particular,
+User namespaces isolate security-related identifiers and attributes,
+in particular,
user IDs and group IDs (see
.BR credentials (7),
+the root directory,
keys (see
.BR keyctl (2)),
.\" FIXME: This page says very little about the interaction
@@ -126,6 +128,7 @@ user namespace,
even if the new namespace is created or joined by the root user
(i.e., a process with user ID 0 in the root namespace).
+
Note that a call to
.BR execve (2)
will cause a process to lose any capabilities that it has,