From af66ffea335efef360dc71bf8723516effbf7064 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Fri, 13 Sep 2024 21:40:28 +0200 Subject: [PATCH] man/subgid,man/subuid: Fix program list The groupadd utility does not set information in subgid. Instead, list all programs which actually can do so. Signed-off-by: Tobias Stoeckmann --- man/subgid.5.xml | 3 ++- man/subuid.5.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/man/subgid.5.xml b/man/subgid.5.xml index e473768d..09a866fc 100644 --- a/man/subgid.5.xml +++ b/man/subgid.5.xml @@ -51,7 +51,8 @@ files. - Note, that groupadd will only create entries in + Note, that newusers, useradd, and + usermod will only create entries in /etc/subgid if subid delegation is managed via subid files. diff --git a/man/subuid.5.xml b/man/subuid.5.xml index 79a6b42a..eb28eed7 100644 --- a/man/subuid.5.xml +++ b/man/subuid.5.xml @@ -51,7 +51,8 @@ files. - Note, that useradd will only create entries in + Note, that newusers, useradd, and + usermod will only create entries in /etc/subuid if subid delegation is managed via subid files.