An open API service indexing awesome lists of open source software.

https://github.com/uutils/acl

Rust reimplemtation of the acl project
https://github.com/uutils/acl

Last synced: about 1 year ago
JSON representation

Rust reimplemtation of the acl project

Awesome Lists containing this project

README

          

[![Crates.io](https://img.shields.io/crates/v/acl.svg)](https://crates.io/crates/acl)
[![Discord](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat)](https://discord.gg/wQVJbvJ)
[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/uutils/acl/blob/main/LICENSE)
[![dependency status](https://deps.rs/repo/github/uutils/acl/status.svg)](https://deps.rs/repo/github/uutils/acl)

[![CodeCov](https://codecov.io/gh/uutils/acl/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/acl)

acl
===

Work in progress, not ready for usage.

Reimplement getfacl and setfacl utilities needed for manipulating access control lists

* /bin/chacl
* /bin/getfacl
* /bin/setfacl

Project:
https://savannah.nongnu.org/projects/acl/