Home
last modified time | relevance | path

Searched refs:MPC_OBJECT_CRED (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/security/mac/
H A Dmac_cred.c92 if (mac_labeled & MPC_OBJECT_CRED) in mac_cred_init()
H A Dmac_process.c146 if (!(mac_labeled & MPC_OBJECT_CRED)) in mac_execve_enter()
H A Dmac_framework.c357 MPC_FLAG(cred_init_label, MPC_OBJECT_CRED); in mac_policy_getlabeled()
H A Dmac_internal.h169 #define MPC_OBJECT_CRED 0x0000000000000001 macro
H A Dmac_syscalls.c176 if (!(mac_labeled & MPC_OBJECT_CRED)) in sys___mac_set_proc()