| 319 | } |
| 320 | |
| 321 | int |
| 322 | sys___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 | |
| 328 | int |
| 329 | sys___mac_get_link(struct thread *td, struct __mac_get_link_args *uap) |
nothing calls this directly
no test coverage detected