From: towerpark <24645162+towerpark@users.noreply.github.com> Date: Sat, 26 Sep 2020 12:01:01 +0000 (+0900) Subject: Fix the inaccurate description about the ID range to be verified against /etc/sub... X-Git-Tag: v4.9~54^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F281%2Fhead;p=thirdparty%2Fshadow.git Fix the inaccurate description about the ID range to be verified against /etc/sub{u,g}id. --- diff --git a/man/newgidmap.1.xml b/man/newgidmap.1.xml index 5fff36f72..71b03e567 100644 --- a/man/newgidmap.1.xml +++ b/man/newgidmap.1.xml @@ -127,7 +127,7 @@ newgidmap verifies that the caller is the owner of the process indicated by and that for each of the above sets, each of the GIDs in the range [lowergid, - lowergid+count] is allowed to the caller according to + lowergid+count) is allowed to the caller according to /etc/subgid before setting /proc/[pid]/gid_map. diff --git a/man/newuidmap.1.xml b/man/newuidmap.1.xml index faa2373d4..a6f1f0852 100644 --- a/man/newuidmap.1.xml +++ b/man/newuidmap.1.xml @@ -127,7 +127,7 @@ newuidmap verifies that the caller is the owner of the process indicated by and that for each of the above sets, each of the UIDs in the range [loweruid, - loweruid+count] is allowed to the caller according to + loweruid+count) is allowed to the caller according to /etc/subuid before setting /proc/[pid]/uid_map.