Package libacl-devel
Files needed for building programs with libacl
https://savannah.nongnu.org/projects/acl
This package contains header files and documentation needed to develop
programs which make use of the access control list programming interface
defined in POSIX 1003.1e draft standard 17.
Version: 2.3.2
Library Functions | |
acl_add_perm | add a permission to an ACL permission set |
acl_calc_mask | calculate the file group class mask |
acl_check | check an ACL for validity |
acl_clear_perms | clear all permissions from an ACL permission set |
acl_cmp | compare two ACLs |
acl_copy_entry | copy an ACL entry |
acl_copy_ext | copy an ACL from internal to external representation |
acl_copy_int | copy an ACL from external to internal representation |
acl_create_entry | create a new ACL entry |
acl_delete_def_file | delete a default ACL by filename |
acl_delete_entry | delete an ACL entry |
acl_delete_perm | delete a permission from an ACL permission set |
acl_dup | duplicate an ACL |
acl_entries | return the number of entries in an ACL |
acl_equiv_mode | check for an equivalent ACL |
acl_error | convert an ACL error code to a text message |
acl_extended_fd | test for information in the ACL by file descriptor |
acl_extended_file | test for information in ACLs by file name |
acl_extended_file_nofollow | alias for acl_extended_file |
acl_free | release memory allocated to an ACL data object |
acl_from_mode | create an ACL from file permission bits |
acl_from_text | create an ACL from text |
acl_get_entry | get an ACL entry |
acl_get_fd | get an ACL by file descriptor |
acl_get_file | get an ACL by filename |
acl_get_perm | test for a permission in an ACL permission set |
acl_get_permset | retrieve the permission set from an ACL entry |
acl_get_qualifier | retrieve the qualifier from an ACL entry |
acl_get_tag_type | get the tag type of an ACL entry |
acl_init | initialize ACL working storage |
acl_set_fd | set an ACL by file descriptor |
acl_set_file | set an ACL by filename |
acl_set_permset | set the permission set in an ACL entry |
acl_set_qualifier | set the qualifier of an ACL entry |
acl_set_tag_type | set the tag type of an ACL entry |
acl_size | get the size of the external representation of an ACL |
acl_to_any_text | convert an ACL to text |
acl_to_text | convert an ACL to text |
acl_valid | validate an ACL |