Home
last modified time | relevance | path

Searched refs:mac_pipe_label_associate (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/security/
H A Dmac_pipe.c122 mac_pipe_label_associate(kauth_cred_t cred, struct pipe *cpipe) in mac_pipe_label_associate() function
H A Dmac_framework.h267 void mac_pipe_label_associate(kauth_cred_t cred, struct pipe *cpipe);
/xnu-10002.41.9/bsd/kern/
H A Dsys_pipe.c438 mac_pipe_label_associate(kauth_cred_get(), rpipe); in pipe()