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

Function sys___acl_set_file

freebsd/kern/vfs_acl.c:392–398  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

390 * Given a file path, set an ACL for it.
391 */
392int
393sys___acl_set_file(struct thread *td, struct __acl_set_file_args *uap)
394{
395
396 return(kern___acl_set_path(td, uap->path, uap->type, uap->aclp,
397 FOLLOW));
398}
399
400/*
401 * Given a file path, set an ACL for it; don't follow links.

Callers

nothing calls this directly

Calls 1

kern___acl_set_pathFunction · 0.85

Tested by

no test coverage detected