This package provides ACL support for the Linux kernel. Access Control Lists allow fine-grained access control of filesystem objects by attaching a list of permissions which grant or deny specific capabilities to users or groups. This implementation of ACL for the Linux kernel provides semantics that are almost totally compatible with the traditional POSIX umode model for applications that are unaware of the kernel support. Features include the ability to "offer" a file for chown()ing by another user.