|
acl_free(3) -- free ACL working state
|
The acl_free() call allows the freeing of ACL working space, such as is allocated by acl_dup(3), or acl_from_text(3). |
acl_from_text(3) -- create an ACL from text
|
The acl_from_text() function converts the text form of an ACL referred to by buf_p into the internal working structure for ACLs, appropriate for applying to files or manipulating. This function may ca... |
|
acl_get(3) -- get an ACL for a file
|
The acl_get_fd(), acl_get_file(), acl_get_link_np(), and acl_get_fd_np() each allow the retrieval of an ACL from a file. The acl_get_fd() is a POSIX.1e call that allows the retrieval of an ACL of type... |
acl_get_entry(3) -- retrieve an ACL entry from an ACL
|
The acl_get_entry() function is a POSIX.1e call that retrieves a descriptor for an ACL entry specified by the argument entry_d within the ACL indicated by the argument acl. If the value of entry_id is... |
acl_get_fd(3) -- get an ACL for a file
|
The acl_get_fd(), acl_get_file(), acl_get_link_np(), and acl_get_fd_np() each allow the retrieval of an ACL from a file. The acl_get_fd() is a POSIX.1e call that allows the retrieval of an ACL of type... |
acl_get_fd_np(3) -- get an ACL for a file
|
The acl_get_fd(), acl_get_file(), acl_get_link_np(), and acl_get_fd_np() each allow the retrieval of an ACL from a file. The acl_get_fd() is a POSIX.1e call that allows the retrieval of an ACL of type... |
acl_get_file(3) -- get an ACL for a file
|
The acl_get_fd(), acl_get_file(), acl_get_link_np(), and acl_get_fd_np() each allow the retrieval of an ACL from a file. The acl_get_fd() is a POSIX.1e call that allows the retrieval of an ACL of type... |
acl_get_permset(3) -- retrieve permission set from an ACL entry
|
The acl_get_permset() function is a POSIX.1e call that returns via permset_p a descriptor to the permission set in the ACL entry entry_d. Subsequent operations using the returned permission set operat... |
acl_get_perm_np(3) -- check if a permission is set in a permission set
|
The acl_get_perm_np() function is a non-portable function that checks if a permission is set in a permission set. |
acl_get_qualifier(3) -- retrieve the qualifier from an ACL entry
|
The acl_get_qualifier() function is a POSIX.1e call that retrieves the qualifier of the tag for the ACL entry indicated by the argument entry_d into working storage and returns a pointer to that stora... |
acl_get_tag_type(3) -- retrieve the tag type from an ACL entry
|
The acl_get_tag_type() function is a POSIX.1e call that returns the tag type for the ACL entry entry_d. Upon successful completion, the location referred to by the argument tag_type_p will be set to t... |
acl_init(3) -- initialize ACL working storage
|
The acl_init() function allocates and initializes the working storage for an ACL of at least count ACL entries. A pointer to the working storage is returned. The working storage allocated to contain t... |
acl_set(3) -- set an ACL for a file
|
The acl_set_fd(), acl_set_fd_np(), acl_set_file(), and acl_set_link_np() each associate an ACL with an object referred to by fd or path_p. The acl_set_fd_np() and acl_set_link_np() functions are not P... |
acl_set_fd(3) -- set an ACL for a file
|
The acl_set_fd(), acl_set_fd_np(), acl_set_file(), and acl_set_link_np() each associate an ACL with an object referred to by fd or path_p. The acl_set_fd_np() and acl_set_link_np() functions are not P... |
acl_set_fd_np(3) -- set an ACL for a file
|
The acl_set_fd(), acl_set_fd_np(), acl_set_file(), and acl_set_link_np() each associate an ACL with an object referred to by fd or path_p. The acl_set_fd_np() and acl_set_link_np() functions are not P... |