Changeset 075ac1c for chapter06


Ignore:
Timestamp:
05/18/2013 04:45:27 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
310308a
Parents:
9baa148
Message:

Add daemon user which is standard user on Linux systems and is required by acl testsuite. Add a note about ACL tests that fail.

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/acl.xml

    r9baa148 r075ac1c  
    5757
    5858    <para>The Acl tests need to be run on a filesystem that supports access
    59     controls. To test the results, issue:</para>
     59    controls. You will see lot of failures because Coreutils weren't compiled
     60    with ACL support. To test the results, issue:</para>
    6061
    6162<screen><userinput remap="test">make -k tests root-tests</userinput></screen>
  • chapter06/createfiles.xml

    r9baa148 r075ac1c  
    6767<literal>root:x:0:0:root:/root:/bin/bash
    6868bin:x:1:1:bin:/dev/null:/bin/false
     69daemon:x:6:6:daemon:/dev/null:/bin/false
    6970messagebus:x:18:18:D-Bus Message Daemon User:/var/run/dbus:/bin/false
    7071nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal>
Note: See TracChangeset for help on using the changeset viewer.