%general-entities; ]> ACL-&acl-version; ACL <para>ACL is a library for getting and setting POSIX Access Control Lists.</para> </sect2> <sect2 role="installation"> <title>Installation of ACL Prepare ACL for compilation: ./configure --prefix=/usr \ --libdir=/lib --libexecdir=/usr/lib Compile the package: make This package does not come with a test suite. Install the package: make install install-dev install-lib Remove extra symlinks: rm -v /lib/libacl.{,l}a Set the proper permissions on the library: chmod 755 -v /lib/libacl.so.1.1.0 Contents of ACL Installed programs Installed libraries Installed directories chacl, getfacl, setfacl libattr.[a,so] /usr/include/acl, /usr/share/doc/acl Short Descriptions chacl Changes the access control list of a file or directory chacl getfacl Get file access control lists getfacl setfacl Set file access control lists setfacl libacl Library to manage access control lists libacl