Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_cred.c90 if (mac_labeled & MPC_OBJECT_CRED) in mac_cred_init()
H A Dmac_process.c144 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.h167 #define MPC_OBJECT_CRED 0x0000000000000001 macro
H A Dmac_syscalls.c173 if (!(mac_labeled & MPC_OBJECT_CRED)) in sys___mac_set_proc()