Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_cred.c79 mac_cred_label_alloc(void) in mac_cred_label_alloc() function
93 cred->cr_label = mac_cred_label_alloc(); in mac_cred_init()
H A Dmac_process.c164 label = mac_cred_label_alloc(); in mac_execve_enter()
H A Dmac_internal.h241 struct label *mac_cred_label_alloc(void);
H A Dmac_syscalls.c194 intlabel = mac_cred_label_alloc(); in sys___mac_set_proc()