Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/users.xml

    rff056c7 r3f2db3a6  
    99  <?dbhtml filename="users.html"?>
    1010
    11   <sect1info>
    12     <date>$Date$</date>
    13   </sect1info>
    1411
    1512  <title>About System Users and Groups</title>
     
    5451  <para>
    5552    Additionally, the <ulink url=
    56       "http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/usernames.html">
     53      "https://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/usernames.html">
    5754    Linux Standard Base</ulink> recommends that system uid and gid values
    5855    should be below 100.
     
    128125
    129126        <!-- Begin systemd specific users and groups -->
    130         <row><entry>systemd-bus-proxy</entry><entry>72</entry><entry>72</entry></row>
     127        <!--<row><entry>systemd-bus-proxy</entry><entry>72</entry><entry>72</entry></row>-->
    131128        <row><entry>systemd-journal-gateway</entry><entry>73</entry><entry>73</entry></row>
    132129        <row><entry>systemd-journal-remote</entry><entry>74</entry><entry>74</entry></row>
     
    149146        <row><entry>wheel   </entry><entry>  </entry><entry>97</entry></row>
    150147        <row><entry>anonymous</entry><entry>98</entry><entry>  </entry></row>
    151         <row><entry>nobody  </entry><entry>99</entry><entry>  </entry></row>
    152         <row><entry>nogroup </entry><entry>  </entry><entry>99</entry></row>
     148        <row><entry>nobody  </entry><entry>65534</entry><entry>  </entry></row>
     149        <row><entry>nogroup </entry><entry>  </entry><entry>65534</entry></row>
    153150      </tbody>
    154151    </tgroup>
    155152  </table>
    156 
     153<!--
    157154  <para>
    158155    One value that is missing is 65534.  This value is customarily assigned
     
    160157    <systemitem class="groupname">nogroup</systemitem> and is unnecessary.
    161158  </para>
    162 
     159-->
    163160</sect1>
Note: See TracChangeset for help on using the changeset viewer.