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

Function sys___acl_delete_link

freebsd/kern/vfs_acl.c:480–485  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

478 * Given a file path, delete an ACL from it; don't follow links.
479 */
480int
481sys___acl_delete_link(struct thread *td, struct __acl_delete_link_args *uap)
482{
483
484 return (kern___acl_delete_path(td, uap->path, uap->type, NOFOLLOW));
485}
486
487static int
488kern___acl_delete_path(struct thread *td, const char *path,

Callers

nothing calls this directly

Calls 1

kern___acl_delete_pathFunction · 0.85

Tested by

no test coverage detected