Expand description
Set of functions to manage xattr on files and dirs
Functionsยง
- apply_
xattrs - Applies extended attributes (xattrs) to a given file or directory.
- copy_
xattrs - Copies extended attributes (xattrs) from one file or directory to another.
- get_
acl_ perm_ bits_ from_ xattr - Returns the permissions bits of a file or directory which has Access Control List (ACL) entries based on its extended attributes (Only works for linux)
- has_acl
- Checks if a file has an Access Control List (ACL) based on its extended attributes.
- retrieve_
xattrs - Retrieves the extended attributes (xattrs) of a given file or directory.