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

Function sys___mac_set_link

freebsd/security/mac/mac_syscalls.c:495–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495int
496sys___mac_set_link(struct thread *td, struct __mac_set_link_args *uap)
497{
498
499 return (kern___mac_set_path(td, uap->path_p, uap->mac_p, NOFOLLOW));
500}
501
502static int
503kern___mac_set_path(struct thread *td, const char *path_p, struct mac *mac_p,

Callers

nothing calls this directly

Calls 1

kern___mac_set_pathFunction · 0.85

Tested by

no test coverage detected