Home
last modified time | relevance | path

Searched refs:MAC_BIBA_FLAGS_BOTH (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/security/mac_biba/
H A Dmac_biba.h47 #define MAC_BIBA_FLAGS_BOTH (MAC_BIBA_FLAG_EFFECTIVE | MAC_BIBA_FLAG_RANGE) macro
H A Dmac_biba.c323 KASSERT((mb->mb_flags & MAC_BIBA_FLAGS_BOTH) == MAC_BIBA_FLAGS_BOTH, in biba_subject_privileged()
836 error = biba_atmostflags(new, MAC_BIBA_FLAGS_BOTH); in biba_cred_check_relabel()
843 if (new->mb_flags & MAC_BIBA_FLAGS_BOTH) { in biba_cred_check_relabel()
849 if ((new->mb_flags & MAC_BIBA_FLAGS_BOTH) == in biba_cred_check_relabel()
850 MAC_BIBA_FLAGS_BOTH && in biba_cred_check_relabel()
1025 error = biba_atmostflags(new, MAC_BIBA_FLAGS_BOTH); in biba_ifnet_check_relabel()
2851 if ((mb_temp.mb_flags & MAC_BIBA_FLAGS_BOTH) != in biba_vnode_associate_extattr()