| 486 | } |
| 487 | |
| 488 | int |
| 489 | sys___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 | |
| 495 | int |
| 496 | sys___mac_set_link(struct thread *td, struct __mac_set_link_args *uap) |
nothing calls this directly
no test coverage detected