From 075ac1caee2d8e42997c5a54bf6dcdbd5001e0d1 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sat, 18 May 2013 16:45:27 +0000 Subject: [PATCH] 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 --- chapter06/acl.xml | 3 ++- chapter06/createfiles.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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