|
acl(3) -- introduction to the POSIX.1e ACL security API
|
FreeBSD permits file systems to export Access Control Lists via the VFS, and provides a library for userland access to and manipulation of these ACLs. Not all file systems provide support for ACLs, an... |
acl_add_perm(3) -- add permissions to a permission set
|
The acl_add_perm() function is a POSIX.1e call that adds the permission contained in perm to the permission set permset_d. Note: it is not considered an error to attempt to add permissions that alread... |
acl_calc_mask(3) -- calculate and set ACL mask permissions
|
The acl_calc_mask() function is a POSIX.1e call that calculates and set the permissions associated with the ACL_MASK ACL entry of the ACL referred to by acl_p. The value of new permissions are the uni... |
acl_clear_perms(3) -- clear permissions from a permission set
|
The acl_clear_perms() function is a POSIX.1e call that clears all permissions from permissions set permset_d. |
acl_copy_entry(3) -- copy an ACL entry to another ACL entry
|
The acl_copy_entry() function is a POSIX.1e call that copies the contents of ACL entry src_d to ACL entry dest_d. |
acl_create_entry(3) -- create a new ACL entry
|
The acl_create_entry() function is a POSIX.1e call that creates a new ACL entry in the ACL pointed to by acl_p. |
acl_delete(3) -- delete an ACL from a file
|
The acl_delete_def_file(), acl_delete_def_link_np(), acl_delete_fd_np(), acl_delete_file_np(), and acl_delete_link_np() each allow the deletion of an ACL from a file. The acl_delete_def_file() functio... |
acl_delete_def_file(3) -- delete an ACL from a file
|
The acl_delete_def_file(), acl_delete_def_link_np(), acl_delete_fd_np(), acl_delete_file_np(), and acl_delete_link_np() each allow the deletion of an ACL from a file. The acl_delete_def_file() functio... |
acl_delete_entry(3) -- delete an ACL entry from an ACL
|
The acl_delete_entry() function is a POSIX.1e call that removes the ACL entry entry_d from ACL acl. |
acl_delete_fd_np(3) -- delete an ACL from a file
|
The acl_delete_def_file(), acl_delete_def_link_np(), acl_delete_fd_np(), acl_delete_file_np(), and acl_delete_link_np() each allow the deletion of an ACL from a file. The acl_delete_def_file() functio... |
acl_delete_file_np(3) -- delete an ACL from a file
|
The acl_delete_def_file(), acl_delete_def_link_np(), acl_delete_fd_np(), acl_delete_file_np(), and acl_delete_link_np() each allow the deletion of an ACL from a file. The acl_delete_def_file() functio... |
acl_delete_perm(3) -- delete permissions from a permission set
|
The acl_delete_perm() function is a POSIX.1e call that removes specific permissions from permissions set perm. |
acl_dup(3) -- duplicate an ACL
|
The acl_dup() function returns a pointer to a copy of the ACL pointed to by the argument acl. This function may cause memory to be allocated. The caller should free any releasable memory, when the new... |