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

Function sys___mac_get_file

freebsd/security/mac/mac_syscalls.c:321–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321int
322sys___mac_get_file(struct thread *td, struct __mac_get_file_args *uap)
323{
324
325 return (kern___mac_get_path(td, uap->path_p, uap->mac_p, FOLLOW));
326}
327
328int
329sys___mac_get_link(struct thread *td, struct __mac_get_link_args *uap)

Callers

nothing calls this directly

Calls 1

kern___mac_get_pathFunction · 0.85

Tested by

no test coverage detected