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

Function sys___acl_get_link

freebsd/kern/vfs_acl.c:365–371  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

363 * Given a file path, get an ACL for it; don't follow links.
364 */
365int
366sys___acl_get_link(struct thread *td, struct __acl_get_link_args *uap)
367{
368
369 return(kern___acl_get_path(td, uap->path, uap->type, uap->aclp,
370 NOFOLLOW));
371}
372
373static int
374kern___acl_get_path(struct thread *td, const char *path, acl_type_t type,

Callers

nothing calls this directly

Calls 1

kern___acl_get_pathFunction · 0.85

Tested by

no test coverage detected