Author: krejzi
Date: Sat May 18 09:45:27 2013
New Revision: 10283
Log:
Add daemon user which is standard user on Linux systems and is required by acl
testsuite. Add a note about ACL tests that fail.
Modified:
branches/systemd/BOOK/chapter06/acl.xml
branches/systemd/BOOK/chapter06/createfiles.xml
Modified: branches/systemd/BOOK/chapter06/acl.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/acl.xml Sat May 18 06:47:51 2013
(r10282)
+++ branches/systemd/BOOK/chapter06/acl.xml Sat May 18 09:45:27 2013
(r10283)
@@ -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>
Modified: branches/systemd/BOOK/chapter06/createfiles.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/createfiles.xml Sat May 18 06:47:51
2013 (r10282)
+++ branches/systemd/BOOK/chapter06/createfiles.xml Sat May 18 09:45:27
2013 (r10283)
@@ -66,6 +66,7 @@
<screen><userinput>cat > /etc/passwd << "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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page