NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_dup() function creates a copy of the designated ACL. Once created, this copy is independent of the original ACL.
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_first_entry() function sets the internal ACL entry offset pointer of the specified ACL such that a subsequent call to ac...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_free() function releases the system working storage area associated with the ACL indicated by the acl_d descriptor. This...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_free_qualifier() function releases the storage space pointed to by the argument tag_qualifier_p. The type of this space ...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_free_text() function releases the allocated memory area associated with the ACL text indicated by the buf_p descriptor.
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_from_text() function converts the textual representation of the ACL into the working storage internal representation use...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_get_entry() function returns a pointer to the next entry in the specified ACL. Following a call to the acl_get_fd(), acl...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_get_fd() function retrieves the specified ACL for the given file descriptor. The acl_tag_t field designates if the ACL b...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_get_file() function retrieves the designated ACL via a pathname. The type of ACL being retrieved is designated in acl_ty...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_get_permset() function sets the permset_p parameter to point to the permission set of the designated entry. The permset_...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_get_qualifier() function retrieves ACL entry tag qualifier, which is the user or group ID associated with the entry. If ...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_get_tag_type() function retrieves the tag type for the ACL entry and stores it in a location pointed to by tag_type_p. T...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_init() function allocates and initializes working storage for an ACL of at least size bytes. A pointer to the working st...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Given a file descriptor to a file or directory, the acl_set_fd() function sets the designated ACL. The type of ACL being set is ...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Given a path name to a file or directory, the acl_set_file() function sets the designated ACL. The type of ACL being set is dete...