Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_process.c94 mac_cred_label_alloc(void) in mac_cred_label_alloc() function
109 cred->cr_label = mac_cred_label_alloc(); in mac_cred_label_init()
257 execlabel = mac_cred_label_alloc(); in mac_execve_enter()
H A Dmac_framework.h160 struct label *mac_cred_label_alloc(void);
H A Dmac_base.c1285 intlabel = mac_cred_label_alloc(); in __mac_set_proc()