9ed61c
From 186b1b7ac1a68d0fcc618a22da1a99232b420911 Mon Sep 17 00:00:00 2001
9ed61c
From: Serge Hallyn <serge@hallyn.com>
9ed61c
Date: Tue, 4 May 2021 14:39:26 -0500
9ed61c
Subject: [PATCH] manpages: mention NSS in new[ug]idmap manpages
9ed61c
9ed61c
Closes #328
9ed61c
9ed61c
Signed-off-by: Serge Hallyn <serge@hallyn.com>
9ed61c
---
9ed61c
 man/newgidmap.1.xml | 3 ++-
9ed61c
 man/newuidmap.1.xml | 3 ++-
9ed61c
 2 files changed, 4 insertions(+), 2 deletions(-)
9ed61c
9ed61c
diff --git a/man/newgidmap.1.xml b/man/newgidmap.1.xml
9ed61c
index 71b03e56..76fc1e30 100644
9ed61c
--- a/man/newgidmap.1.xml
9ed61c
+++ b/man/newgidmap.1.xml
9ed61c
@@ -88,7 +88,8 @@
9ed61c
     <title>DESCRIPTION</title>
9ed61c
     <para>
9ed61c
       The <command>newgidmap</command> sets <filename>/proc/[pid]/gid_map</filename> based on its
9ed61c
-      command line arguments and the gids allowed in <filename>/etc/subgid</filename>.
9ed61c
+      command line arguments and the gids allowed (either in <filename>/etc/subgid</filename> or
9ed61c
+      through the configured NSS subid module).
9ed61c
       Note that the root user is not exempted from the requirement for a valid
9ed61c
       <filename>/etc/subgid</filename> entry.
9ed61c
     </para>
9ed61c
diff --git a/man/newuidmap.1.xml b/man/newuidmap.1.xml
9ed61c
index a6f1f085..44eca50a 100644
9ed61c
--- a/man/newuidmap.1.xml
9ed61c
+++ b/man/newuidmap.1.xml
9ed61c
@@ -88,7 +88,8 @@
9ed61c
     <title>DESCRIPTION</title>
9ed61c
     <para>
9ed61c
       The <command>newuidmap</command> sets <filename>/proc/[pid]/uid_map</filename> based on its
9ed61c
-      command line arguments and the uids allowed in <filename>/etc/subuid</filename>.
9ed61c
+      command line arguments and the uids allowed (either in <filename>/etc/subuid</filename> or
9ed61c
+      through the configured NSS subid module).
9ed61c
       Note that the root user is not exempted from the requirement for a valid
9ed61c
       <filename>/etc/subuid</filename> entry.
9ed61c
     </para>
9ed61c
-- 
9ed61c
2.30.2
9ed61c