diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-10-12 21:20:03 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-10-12 21:20:03 +0000 |
commit | 040ecb6de9078e372b188f7ac210f95f48e4d1b7 (patch) | |
tree | 36d60d1796447dafd60319f9be74fa95a3a31379 /chapter06/shadow.xml | |
parent | a0afc1b210511f9da42c74a7d424ff79fbb1d8fd (diff) |
Update to man-db-2.7.4.
Update to linux-4.2.3.
Update to tzdata2015g.
Many updates to installed files and directories. Huge thanks to Fernando.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 625b313e4..6493f259a 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -211,9 +211,9 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> --> <seglistitem> <seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd, groupadd, groupdel, groupmems, groupmod, grpck, grpconv, grpunconv, - lastlog, login, logoutd, newgrp, newusers, nologin, passwd, pwck, - pwconv, pwunconv, sg (link to newgrp), su, useradd, userdel, usermod, - vigr (link to vipw), and vipw</seg> + lastlog, login, logoutd, newgidmap, newgrp, newuidmap, newusers, + nologin, passwd, pwck, pwconv, pwunconv, sg (link to newgrp), su, + useradd, userdel, usermod, vigr (link to vipw), and vipw</seg> <seg>/etc/default</seg> </seglistitem> </segmentedlist> @@ -414,6 +414,16 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> --> </listitem> </varlistentry> + <varlistentry id="newgidmap"> + <term><command>newgidmap</command></term> + <listitem> + <para>Is used to set the gid mapping of a user namespace</para> + <indexterm zone="ch-system-shadow newgidmap"> + <primary sortas="b-newgidmap">newgidmap</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="newgrp"> <term><command>newgrp</command></term> <listitem> @@ -424,6 +434,16 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> --> </listitem> </varlistentry> + <varlistentry id="newuidmap"> + <term><command>newuidmap</command></term> + <listitem> + <para>Is used to set the uid mapping of a user namespace</para> + <indexterm zone="ch-system-shadow newuidmap"> + <primary sortas="b-newuidmap">newuidmap</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="newusers"> <term><command>newusers</command></term> <listitem> |