Merge pull request #281 from towerpark/fix-newxidmap-man
Fix the inaccurate description about ID range in man new{u,g}idmap
This commit is contained in:
commit
9d3546c695
@ -127,7 +127,7 @@
|
||||
<command>newgidmap</command> verifies that the caller is the owner
|
||||
of the process indicated by <option>pid</option> 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
|
||||
<filename>/etc/subgid</filename> before setting
|
||||
<filename>/proc/[pid]/gid_map</filename>.
|
||||
</para>
|
||||
|
@ -127,7 +127,7 @@
|
||||
<command>newuidmap</command> verifies that the caller is the owner
|
||||
of the process indicated by <option>pid</option> 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
|
||||
<filename>/etc/subuid</filename> before setting
|
||||
<filename>/proc/[pid]/uid_map</filename>.
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user