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

Function sys___acl_set_link

freebsd/kern/vfs_acl.c:403–409  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

401 * Given a file path, set an ACL for it; don't follow links.
402 */
403int
404sys___acl_set_link(struct thread *td, struct __acl_set_link_args *uap)
405{
406
407 return(kern___acl_set_path(td, uap->path, uap->type, uap->aclp,
408 NOFOLLOW));
409}
410
411static int
412kern___acl_set_path(struct thread *td, const char *path,

Callers

nothing calls this directly

Calls 1

kern___acl_set_pathFunction · 0.85

Tested by

no test coverage detected