diff options
| -rw-r--r-- | man7/user_namespaces.7 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index 7f5b5e1827..af744a5414 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -77,16 +77,6 @@ may be set by writing into .RI ( /proc/[pid]/gid_map ); see below. .PP -In order to create a new user namespace, -there must exist a mapping of the caller's effective -user and group IDs into the parent namespace. -If such a mapping does not exist, then -.BR clone (2) -and -.BR unshare (2) -fail with the error -.BR EPERM . - System calls that return user IDs (group IDs)\(emfor example, .BR getuid (2), .BR getgid (2), |
