From: Eric W. Biederman Date: Tue, 22 Jan 2013 09:12:23 +0000 (-0800) Subject: Documentation for /etc/subuid and /etc/subgid X-Git-Tag: 4.3.0~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a881a2c8d445e7c6dde589022115c76d6a1c35b3;p=thirdparty%2Fshadow.git Documentation for /etc/subuid and /etc/subgid Signed-off-by: "Eric W. Biederman" --- diff --git a/man/Makefile.am b/man/Makefile.am index b39043e39..be7f5e22d 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -43,6 +43,8 @@ man_MANS = \ man5/shadow.5 \ man1/su.1 \ man5/suauth.5 \ + man5/subgid.5 \ + man5/subuid.5 \ man8/useradd.8 \ man8/userdel.8 \ man8/usermod.8 \ @@ -94,6 +96,8 @@ man_XMANS = \ sg.1.xml \ su.1.xml \ suauth.5.xml \ + subgid.5.xml \ + subuid.5.xml \ useradd.8.xml \ userdel.8.xml \ usermod.8.xml \ diff --git a/man/subgid.5.xml b/man/subgid.5.xml new file mode 100644 index 000000000..385531955 --- /dev/null +++ b/man/subgid.5.xml @@ -0,0 +1,120 @@ + + + +]> + + + subgid + 5 + File Formats and Conversions + shadow-utils + &SHADOW_UTILS_VERSION; + + + subgid + the subordinate gid file + + + + DESCRIPTION + + Each line in /etc/subgid contains + a user id and a range of suboridinate user ids that user + is allowed to use. + + This is specified with three fields delimited by colons + (:). + These fields are: + + + + login name + + + numerical subordinate user ID + + + numerical subordinate user ID count + + + + + This file specifies the group IDs to be that each user may use + with the newgidmap command that ordinary users can use to + configure gid mapping in a user namespace. + + + + Multiple ranges may be specified per user ID. + + + + + + FILES + + + /etc/subgid + + Per user subordinate group IDs. + + + + /etc/subgid- + + Backup file for /etc/subgid. + + + + + + + SEE ALSO + + + subuid5 + , + + logindefs5 + , + + newuidmap1 + , + + newgidmap1 + , + + usermod8 + , + + + diff --git a/man/subuid.5.xml b/man/subuid.5.xml new file mode 100644 index 000000000..60f139f15 --- /dev/null +++ b/man/subuid.5.xml @@ -0,0 +1,120 @@ + + + +]> + + + subuid + 5 + File Formats and Conversions + shadow-utils + &SHADOW_UTILS_VERSION; + + + subuid + the subordinate uid file + + + + DESCRIPTION + + Each line in /etc/subuid contains + a user id and a range of suboridinate user ids that user + is allowed to use. + + This is specified with three fields delimited by colons + (:). + These fields are: + + + + login name + + + numerical subordinate user ID + + + numerical subordinate user ID count + + + + + This file specifies the user IDs to be that each user may use + with the newuidmap command that ordinary users can use to + configure uid mapping in a user namespace. + + + + Multiple ranges may be specified per user ID. + + + + + + FILES + + + /etc/subuid + + Per user subordinate user IDs. + + + + /etc/subuid- + + Backup file for /etc/subuid. + + + + + + + SEE ALSO + + + subgid5 + , + + logindefs5 + , + + newuidmap1 + , + + newgidmap1 + , + + usermod8 + , + + +