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

Function sys___acl_get_file

freebsd/kern/vfs_acl.c:354–360  ·  view source on GitHub ↗

* Given a file path, get an ACL for it */

Source from the content-addressed store, hash-verified

352 * Given a file path, get an ACL for it
353 */
354int
355sys___acl_get_file(struct thread *td, struct __acl_get_file_args *uap)
356{
357
358 return (kern___acl_get_path(td, uap->path, uap->type, uap->aclp,
359 FOLLOW));
360}
361
362/*
363 * Given a file path, get an ACL for it; don't follow links.

Callers

nothing calls this directly

Calls 1

kern___acl_get_pathFunction · 0.85

Tested by

no test coverage detected