Blame SOURCES/shadow-4.6-man-mention-nss-in-newuidmap.patch

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