mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
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:
parent
9baa1489b5
commit
075ac1caee
@ -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>
|
||||
|
||||
|
@ -66,6 +66,7 @@ ln -sv bash /bin/sh</userinput></screen>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user