Lines Matching full:acl
32 .Nd delete an ACL entry from an ACL
39 .Fn acl_delete_entry "acl_t acl" "acl_entry_t entry_d"
41 .Fn acl_delete_entry_np "acl_t acl" "int index"
46 is a POSIX.1e call that removes the ACL entry
48 from ACL
49 .Fa acl .
52 function is a non-portable version that removes the ACL entry
55 from ACL
56 .Fa acl .
61 argument equal to zero will remove the first ACL entry.
71 .Fa acl
72 does not point to a valid ACL.
75 is not a valid descriptor for an ACL entry in
76 .Fa acl .
82 .Xr acl 3 ,