%general-entities; ]> $LastChangedBy$ $Date$ acl-&acl-version; acl Introduction to acl The acl package contains utilities to administer Access Control Lists, which are used to define more fine-grained discretionary access rights for files and directories. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &acl-md5sum; Download size: &acl-size; Estimated disk space required: &acl-buildsize; Estimated build time: &acl-time; acl Dependencies Required User Notes: Installation of acl Install acl by running the following commands: ./configure --prefix=/usr --libexecdir=/usr/lib && make For meaningful results, the tests need to be carried out on a file system that supports extended attributes. It is also required that Coreutils is re-installed after acl is installed so that the extra acl bit displays correctly on a ls command. Some failures will occur due to a missing script called sort-getfattr-output which is not part fo the tarball. Now, as the root user: make install install-dev install-lib && mv /usr/share/doc/acl /usr/share/doc/acl-&acl-version; You should now re-install Coreutils and proceed to run the test suite. There are three sets of tests that come with this package. Issue the following to execute all three: make tests root-tests ext-tests. Configuring attr Configuration Information There is no configuration to acl itself, but to get any use out of acl, a filesystem needs to support access control lists. One way to achieve this is to add the acl option to an ext3 filesystem in the /etc/fstab file as shown below. # file system mount-point type options dump fsck # order /dev/sda1 / ext3 defaults,acl,user_xattr 0 2 Contents Installed Programs Installed Library Installed Director(y,ies) chacl, getfacl, and setfacl libacl.{so,a} /usr/{include/acl,share/doc/acl-&acl-version;} Short Descriptions chacl changes the access control list of a file or directory. chacl getfacl gets file access control lists. getfacl setfacl sets file access control lists. setfacl libacl.{so,a} contains the acl API functions. libacl.{so,a}