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

Function sys___acl_aclcheck_file

freebsd/kern/vfs_acl.c:526–532  ·  view source on GitHub ↗

* Given a file path, check an ACL for it. */

Source from the content-addressed store, hash-verified

524 * Given a file path, check an ACL for it.
525 */
526int
527sys___acl_aclcheck_file(struct thread *td, struct __acl_aclcheck_file_args *uap)
528{
529
530 return (kern___acl_aclcheck_path(td, uap->path, uap->type, uap->aclp,
531 FOLLOW));
532}
533
534/*
535 * Given a file path, check an ACL for it; don't follow links.

Callers

nothing calls this directly

Calls 1

kern___acl_aclcheck_pathFunction · 0.85

Tested by

no test coverage detected