Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_cred.c77 mac_cred_label_alloc(void) in mac_cred_label_alloc() function
91 cred->cr_label = mac_cred_label_alloc(); in mac_cred_init()
H A Dmac_process.c162 label = mac_cred_label_alloc(); in mac_execve_enter()
H A Dmac_internal.h232 struct label *mac_cred_label_alloc(void);
H A Dmac_syscalls.c245 intlabel = mac_cred_label_alloc(); in mac_set_proc_prepare()