Lines Matching full:acl
37 .Fn VOP_ACLCHECK "struct vnode *vp" "acl_type_t type" "struct acl *aclp" "struct ucred *cred" "stru…
40 control list (ACL) for a particular file or directory.
47 The type of ACL to check.
49 A pointer to an ACL structure from which to retrieve the ACL data.
53 The thread checking the ACL.
61 kernel to authorize ACL verification that the active process might not be
64 The vnode ACL interface defines the syntax, and not semantics, of file and
65 directory ACL interfaces.
66 More information about ACL management in kernel
68 .Xr acl 9 .
75 pointer points to a valid ACL of type
84 The ACL type passed is invalid for this vnode, or the ACL data is invalid.
86 The file or directory ACL does not permit access.
94 .Xr acl 9 ,