From 287a9041a1895746b12319989090eb0482bcd25e Mon Sep 17 00:00:00 2001 From: towerpark <24645162+towerpark@users.noreply.github.com> Date: Sat, 26 Sep 2020 21:01:01 +0900 Subject: [PATCH] Fix the inaccurate description about the ID range to be verified against /etc/sub{u,g}id. --- man/newgidmap.1.xml | 2 +- man/newuidmap.1.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5