MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys___acl_aclcheck_link

Function sys___acl_aclcheck_link

freebsd/kern/vfs_acl.c:537–542  ·  view source on GitHub ↗

* Given a file path, check an ACL for it; don't follow links. */

Source from the content-addressed store, hash-verified

535 * Given a file path, check an ACL for it; don't follow links.
536 */
537int
538sys___acl_aclcheck_link(struct thread *td, struct __acl_aclcheck_link_args *uap)
539{
540 return (kern___acl_aclcheck_path(td, uap->path, uap->type, uap->aclp,
541 NOFOLLOW));
542}
543
544static int
545kern___acl_aclcheck_path(struct thread *td, const char *path, acl_type_t type,

Callers

nothing calls this directly

Calls 1

kern___acl_aclcheck_pathFunction · 0.85

Tested by

no test coverage detected