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

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