Forráskód Böngészése

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
Krejzi 12 éve
szülő
commit
075ac1caee
2 módosított fájl, 3 hozzáadás és 1 törlés
  1. 2 1
      chapter06/acl.xml
  2. 1 0
      chapter06/createfiles.xml

+ 2 - 1
chapter06/acl.xml

@@ -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>
 

+ 1 - 0
chapter06/createfiles.xml

@@ -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>