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

Function sys___acl_delete_file

freebsd/kern/vfs_acl.c:470–475  ·  view source on GitHub ↗

* Given a file path, delete an ACL from it. */

Source from the content-addressed store, hash-verified

468 * Given a file path, delete an ACL from it.
469 */
470int
471sys___acl_delete_file(struct thread *td, struct __acl_delete_file_args *uap)
472{
473
474 return (kern___acl_delete_path(td, uap->path, uap->type, FOLLOW));
475}
476
477/*
478 * Given a file path, delete an ACL from it; don't follow links.

Callers

nothing calls this directly

Calls 1

kern___acl_delete_pathFunction · 0.85

Tested by

no test coverage detected