| 493 | } |
| 494 | |
| 495 | int |
| 496 | sys___mac_set_link(struct thread *td, struct __mac_set_link_args *uap) |
| 497 | { |
| 498 | |
| 499 | return (kern___mac_set_path(td, uap->path_p, uap->mac_p, NOFOLLOW)); |
| 500 | } |
| 501 | |
| 502 | static int |
| 503 | kern___mac_set_path(struct thread *td, const char *path_p, struct mac *mac_p, |
nothing calls this directly
no test coverage detected