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

Function sys___mac_set_file

freebsd/security/mac/mac_syscalls.c:488–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488int
489sys___mac_set_file(struct thread *td, struct __mac_set_file_args *uap)
490{
491
492 return (kern___mac_set_path(td, uap->path_p, uap->mac_p, FOLLOW));
493}
494
495int
496sys___mac_set_link(struct thread *td, struct __mac_set_link_args *uap)

Callers

nothing calls this directly

Calls 1

kern___mac_set_pathFunction · 0.85

Tested by

no test coverage detected