Changeset de5e135 for postlfs


Ignore:
Timestamp:
06/26/2013 10:29:16 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1db07ae
Parents:
5ddee7fb
Message:

Update ACL test requirements

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11321 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/acl.xml

    r5ddee7fb rde5e135  
    102102    </application> and proceed to run the test suite.</para>
    103103
    104     <para>There are three sets of tests that come with this package. Issue the
    105     following to execute all three:
    106     <command>make tests root-tests</command>.</para>
     104    <para>There are three sets of tests that come with this package. The local
     105    partition where the tests are run must be mounted with acl configured as
     106    described below.  Additionally, the users <systemitem
     107    class="username">bin</systemitem> and <systemitem
     108    class="username">daemon</systemitem> must be created or modified to have a
     109    proper shell and home directory and the group <systemitem
     110    class="groupname">daemon</systemitem> must be a member of the <systemitem
     111    class="groupname">bin</systemitem> group.  The kernel must also be
     112    configured with the appropriate ACL options (there are nine different
     113    options).</para>
     114   
     115    <para>To run the standard tests run <command>make tests </command>.  As
     116    <systemitem class="username">root</systemitem> user, run <command>make
     117    root-tests</command>.</para>
     118
     119    <para>The third set of tests are Network File System (NFS) specific.  See
     120    the contents of the test files in the test/nfs/ directory for the setup
     121    requirements.</para>
    107122
    108123  </sect2>
Note: See TracChangeset for help on using the changeset viewer.