Files
Sylvestre Ledru 0e5a991130 Add new project pages
Add pages for acl, bsdutils, hostname, login, procps, sed, tar,
and util-linux.
2026-04-01 08:29:59 +02:00

887 B

+++

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.

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.