Searched refs:kern___mac_set_path (Results 1 – 1 of 1) sorted by relevance
| /src/sys/security/mac/ |
| H A D | mac_syscalls.c | 83 static int kern___mac_set_path(struct thread *td, const char *path_p, 771 return (kern___mac_set_path(td, uap->path_p, uap->mac_p, FOLLOW)); in sys___mac_set_file() 778 return (kern___mac_set_path(td, uap->path_p, uap->mac_p, NOFOLLOW)); in sys___mac_set_link() 782 kern___mac_set_path(struct thread *td, const char *path_p, struct mac *mac_p, in kern___mac_set_path() function
|