NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_add_perm() function adds the permission specified by perm_d to the permission set referred to by the permset_d parameter...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_clear_perm() function clears the permissions from the permission set in permset_d.
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_copy_entry() function copies the contents of the individual ACL entry indicated by the src_d parameter to the individual...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_copy_ext() function copies the contents of the ACL in internal working space format, pointed to by acl_d, into the buffe...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_copy_int() function copies the contents of the ACL from the buffer pointed to by buf_p to the working storage internal f...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_create_entry() function creates a new ACL entry in the ACL pointed to by the acl_p argument. If there is insufficient sp...
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_delete_def_fd() function deletes the default access ACL from the directory designated by fd.
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_delete_def_file() function deletes the default access ACL from the directory designated by path_p.
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_delete_perm() function deletes the specified permission in perm_d from the permission set. This function does not return...
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.