+++ title = "acl" template = "project.html" [extra] wip = true +++ uutils acl is a work-in-progress Rust reimplementation of the acl utilities, which are used to manage POSIX Access Control Lists. This project aims to provide memory-safe replacements for tools such as `getfacl` and `setfacl`. > **Note:** This project is still in early development. Many features are not yet implemented and behavior may differ from the original acl tools. # Goals Implement a memory-safe set of ACL utilities compatible with the original command-line interfaces. # Contributing To contribute to uutils acl, please see [CONTRIBUTING](https://github.com/uutils/acl/blob/main/CONTRIBUTING.md). # License uutils acl is licensed under the MIT License - see the [LICENSE](https://github.com/uutils/acl/blob/main/LICENSE) file for details. The acl package is licensed under the GPL 2.0 or later.