[][src]Crate posix_acl

posix-acl is a simple Rust library to interact with POSIX filesystem ACLs. It uses the operating system's C API internally.

See the PosixACL struct as a starting point.

Structs

ACLEntry
PosixACL

The ACL of a file.

Enums

Qualifier

The subject of a permission grant.

Constants

ACL_EXECUTE

Execute permission

ACL_READ

Read permission

ACL_RWX

All possible permissions combined: ACL_READ | ACL_WRITE | ACL_EXECUTE

ACL_WRITE

Write permission