From 168ff8f37a0fdccd26774a9abeb50ed7660c9d3a Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Mon, 9 Jun 2014 17:37:16 -0500 Subject: man: newuid and newgid: point out that root must be allocated subuids MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Users may otherwise be confused and think that because the kernel does not restrict uid mappings to the root user (within his current uid mappings), newuidmap will ignore /etc/subuid for the root user. It will not. Reported-by: Philippe Grégoire Signed-off-by: Serge Hallyn --- man/newgidmap.1.xml | 2 ++ man/newuidmap.1.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/man/newgidmap.1.xml b/man/newgidmap.1.xml index ad7a186e..3c1955ac 100644 --- a/man/newgidmap.1.xml +++ b/man/newgidmap.1.xml @@ -85,6 +85,8 @@ The newgidmap sets /proc/[pid]/gid_map based on it's command line arguments and the gids allowed in /etc/subgid. + Note that the root user is not exempted from the requirement for a valid + /etc/subgid entry. diff --git a/man/newuidmap.1.xml b/man/newuidmap.1.xml index 04bb14fc..e07414f1 100644 --- a/man/newuidmap.1.xml +++ b/man/newuidmap.1.xml @@ -82,6 +82,8 @@ The newuidmap sets /proc/[pid]/uid_map based on it's command line arguments and the uids allowed in /etc/subuid. + Note that the root user is not exempted from the requirement for a valid + /etc/subuid entry. -- cgit v1.2.3