Lines Matching full:acl
37 .Fn VOP_SETACL "struct vnode *vp" "acl_type_t type" "struct acl *aclp" "struct ucred *cred" "struct…
39 This vnode call may be used to set the access control list (ACL) for a file
47 The type of ACL to set.
49 A pointer to an ACL structure from which to retrieve the ACL data.
53 The thread setting the ACL.
60 to indicate that the specified ACL should be deleted.
67 This cred setting might be used to allow the kernel to authorize ACL
70 The vnode ACL interface defines the syntax, and not semantics, of file and
71 directory ACL interfaces.
72 More information about ACL management in kernel
74 .Xr acl 9 .
78 If the ACL is successfully set, then zero is returned.
83 The ACL type passed is invalid for this vnode, or the ACL data is invalid.
97 .Xr acl 9 ,