Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_syscalls.c340 if ((mac_labeled & MPC_OBJECT_PRISON) != 0) in mac_get_prison()
420 if (!(mac_labeled & MPC_OBJECT_PRISON)) { in mac_set_prison_prepare()
569 if (!(mac_labeled & MPC_OBJECT_PRISON)) { in sys___mac_get_fd()
737 if (!(mac_labeled & MPC_OBJECT_PRISON)) { in sys___mac_set_fd()
H A Dmac_prison.c75 if ((mac_labeled & MPC_OBJECT_PRISON) == 0) { in mac_prison_init()
H A Dmac_framework.c377 MPC_FLAG(prison_init_label, MPC_OBJECT_PRISON); in mac_policy_getlabeled()
H A Dmac_internal.h188 #define MPC_OBJECT_PRISON 0x0000000000100000 macro