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
This commit is contained in:
Krejzi 2013-05-18 16:45:27 +00:00
parent 9baa1489b5
commit 075ac1caee
2 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,8 @@
<screen><userinput remap="make">make</userinput></screen>
<para>The Acl tests need to be run on a filesystem that supports access
controls. To test the results, issue:</para>
controls. You will see lot of failures because Coreutils weren't compiled
with ACL support. To test the results, issue:</para>
<screen><userinput remap="test">make -k tests root-tests</userinput></screen>

View File

@ -66,6 +66,7 @@ ln -sv bash /bin/sh</userinput></screen>
<screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
<literal>root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/dev/null:/bin/false
daemon:x:6:6:daemon:/dev/null:/bin/false
messagebus:x:18:18:D-Bus Message Daemon User:/var/run/dbus:/bin/false
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal>
EOF</userinput></screen>