diff --git a/man/newgidmap.1.xml b/man/newgidmap.1.xml index 76fc1e30..7aaf34bf 100644 --- a/man/newgidmap.1.xml +++ b/man/newgidmap.1.xml @@ -88,9 +88,15 @@ DESCRIPTION The newgidmap sets /proc/[pid]/gid_map based on its - command line arguments and the gids allowed (either in /etc/subgid or - through the configured NSS subid module). - Note that the root user is not exempted from the requirement for a valid + command line arguments and the gids allowed. The subid delegation can come either from files + (/etc/subgid) or from the configured NSS subid module. Only one of them + can be chosen at a time. So, for example, if the subid source is configured as NSS and + groupadd is executed, then the command will fail and the entry will not be + created in /etc/subgid. + + + + Note that the root group 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 44eca50a..4bc1ef7a 100644 --- a/man/newuidmap.1.xml +++ b/man/newuidmap.1.xml @@ -88,8 +88,14 @@ DESCRIPTION The newuidmap sets /proc/[pid]/uid_map based on its - command line arguments and the uids allowed (either in /etc/subuid or - through the configured NSS subid module). + command line arguments and the uids allowed. The subid delegation can come either from files + (/etc/subuid) or from the configured NSS subid module. Only one of them + can be chosen at a time. So, for example, if the subid source is configured as NSS and + useradd is executed, then the command will fail and the entry will not be + created in /etc/subuid. + + + Note that the root user is not exempted from the requirement for a valid /etc/subuid entry.