Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_pipe.c74 if (mac_labeled & MPC_OBJECT_PIPE) in mac_pipe_init()
H A Dmac_syscalls.c389 if (!(mac_labeled & MPC_OBJECT_PIPE)) { in sys___mac_get_fd()
535 if (!(mac_labeled & MPC_OBJECT_PIPE)) { in sys___mac_set_fd()
H A Dmac_framework.c373 MPC_FLAG(pipe_init_label, MPC_OBJECT_PIPE); in mac_policy_getlabeled()
H A Dmac_internal.h170 #define MPC_OBJECT_PIPE 0x0000000000000400 macro