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

Function sys___mac_get_link

freebsd/security/mac/mac_syscalls.c:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328int
329sys___mac_get_link(struct thread *td, struct __mac_get_link_args *uap)
330{
331
332 return (kern___mac_get_path(td, uap->path_p, uap->mac_p, NOFOLLOW));
333}
334
335static int
336kern___mac_get_path(struct thread *td, const char *path_p, struct mac *mac_p,

Callers

nothing calls this directly

Calls 1

kern___mac_get_pathFunction · 0.85

Tested by

no test coverage detected