Ignore:
Timestamp:
12/31/2015 09:09:13 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
6e13139
Parents:
6eb40d4
Message:

Sync with trunk r10891, update to udev-1.10.6, update to systemd-228.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/shadow.xml

    r6eb40d4 r131c907  
    148148    group ID (GID) numbers will begin with 1000. This means if you don't pass
    149149    parameters to <command>useradd</command>, each user will be a member of a
    150     unique group on the system. If this behaviour is undesirable, you'll need
     150    unique group on the system. If this behavior is undesirable, you'll need
    151151    to pass the <parameter>-g</parameter> parameter to
    152152    <command>useradd</command>. The default parameters are stored in the
     
    212212        <seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd,
    213213        groupadd, groupdel, groupmems, groupmod, grpck, grpconv, grpunconv,
    214         lastlog, login, logoutd, newgrp, newusers, nologin, passwd, pwck,
    215         pwconv, pwunconv, sg (link to newgrp), su, useradd, userdel, usermod,
    216         vigr (link to vipw), and vipw</seg>
     214        lastlog, login, logoutd, newgidmap, newgrp,newuidmap,  newusers,
     215        nologin, passwd, pwck, pwconv, pwunconv, sg (link to newgrp), su,
     216        useradd, userdel, usermod, vigr (link to vipw), and vipw</seg>
    217217        <seg>/etc/default</seg>
    218218      </seglistitem>
     
    415415      </varlistentry>
    416416
     417      <varlistentry id="newgidmap">
     418        <term><command>newgidmap</command></term>
     419        <listitem>
     420          <para>Is used to set the gid mapping of a user namespace</para>
     421          <indexterm zone="ch-system-shadow newgidmap">
     422            <primary sortas="b-newgidmap">newgidmap</primary>
     423          </indexterm>
     424        </listitem>
     425      </varlistentry>
     426
    417427      <varlistentry id="newgrp">
    418428        <term><command>newgrp</command></term>
     
    421431          <indexterm zone="ch-system-shadow newgrp">
    422432            <primary sortas="b-newgrp">newgrp</primary>
     433          </indexterm>
     434        </listitem>
     435      </varlistentry>
     436
     437      <varlistentry id="newuidmap">
     438        <term><command>newuidmap</command></term>
     439        <listitem>
     440          <para>Is used to set the uid mapping of a user namespace</para>
     441          <indexterm zone="ch-system-shadow newuidmap">
     442            <primary sortas="b-newuidmap">newuidmap</primary>
    423443          </indexterm>
    424444        </listitem>
Note: See TracChangeset for help on using the changeset viewer.