You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
0e5a991130
Add pages for acl, bsdutils, hostname, login, procps, sed, tar, and util-linux.
30 lines
887 B
Markdown
30 lines
887 B
Markdown
+++
|
|
|
|
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.
|