|
acl_get_fd(3) -- Retrieves the specified ACL associated with the specified file or directory
|
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... |
acl_get_file(3) -- Given the pathname to a file or directory, retrieve the designated ACL
|
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... |
acl_get_permset(3) -- Retrieves a pointer to the permissions for a given ACL entry
|
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_... |
acl_get_qualifier(3) -- Retrieves the tag qualifier (ID) for an ACL entry
|
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 ... |
acl_get_tag_type(3) -- Retrieves the entry tag type identifier for an ACL entry
|
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... |
acl_init(3) -- Allocate and initialize ACL internal working storage
|
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... |
acl_set_fd(3) -- Sets the ACL on the file or directory designated by the file descriptor
|
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 ... |
acl_set_file(3) -- Sets the ACL on the file or directory designated by the path name
|
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... |
acl_set_permset(3) -- Sets permissions in a given ACL entry
|
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Given a pointer to an ACL entry, the acl_set_permset() function sets the permissions. Any permissions in the ACL entry before th... |
acl_set_qualifier(3) -- Sets the tag qualifier (UID or GID) on an ACL entry
|
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Given an ACL entry, the acl_set_qualifier() function sets the id in the ACL entry. If the tag type of the given ACL entry is ACL... |
acl_set_tag_type(3) -- Sets the tag type in an ACL entry
|
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Given a pointer to an ACL entry, the acl_set_tag_type() function sets the ACL entry tag type. |
acl_size(3) -- Determines the size of the contiguous, persistent representation of the given ACL
|
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Given an ACL, the acl_size() function determines the number of bytes required for storing the ACL if converted to contiguous, pe... |
acl_to_text(3) -- Converts an ACL to an ASCII string
|
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Given an ACL the acl_to_text() function converts it into a NULL terminated ASCII character string. The acl_to_text() function al... |