diff --git a/chapter06/acl.xml b/chapter06/acl.xml index 196e8bd79..f6a32a5b7 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -56,7 +56,8 @@ make The Acl tests need to be run on a filesystem that supports access - controls. To test the results, issue: + controls. You will see lot of failures because Coreutils weren't compiled + with ACL support. To test the results, issue: make -k tests root-tests diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index a163fb9ba..1d47d4b2a 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -66,6 +66,7 @@ ln -sv bash /bin/sh cat > /etc/passwd << "EOF" 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 EOF