acl

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.

License

uutils acl is licensed under the MIT License - see the LICENSE file for details.

The acl package is licensed under the GPL 2.0 or later.