Lines Matching full:acl
36 .Nd validate an ACL
43 .Fn acl_valid "acl_t acl"
45 .Fn acl_valid_fd_np "int fd" "acl_type_t type" "acl_t acl"
47 .Fn acl_valid_file_np "const char *path_p" "acl_type_t type" "acl_t acl"
49 .Fn acl_valid_link_np "const char *path_p" "acl_type_t type" "acl_t acl"
51 These functions check that the ACL referred to by the argument
52 .Va acl
56 checks this validity only with POSIX.1e ACL semantics, and irrespective
57 of the context in which the ACL is to be used.
63 allow an ACL to be checked in the context of a specific acl type,
66 In environments where additional ACL types are
81 shall exist exactly once in the ACL.
82 If the ACL contains any
89 The ACL shall contain at most one
94 the same POSIX.1e ACL facility defined tag type.
104 function may reorder the ACL for the purposes of verification; the
127 .Va acl
128 does not point to a valid ACL.
130 One or more of the required ACL entries is not present in
131 .Va acl .
133 The ACL contains entries that are not unique.
135 The file system rejects the ACL based on fs-specific semantics issues.
146 The file system does not support ACL retrieval.
149 .Xr acl 3 ,