Home
last modified time | relevance | path

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

/src/sys/security/mac_biba/
H A Dmac_biba.c233 element = &mb->mb_effective; in biba_subject_dominate_high()
259 &effective->mb_effective) && in biba_effective_in_range()
260 biba_dominate_element(&effective->mb_effective, in biba_effective_in_range()
274 return (biba_dominate_element(&a->mb_effective, &b->mb_effective)); in biba_dominate_effective()
297 return (biba_equal_element(&a->mb_effective, &b->mb_effective)); in biba_equal_effective()
305 if (mb->mb_effective.mbe_type == MAC_BIBA_TYPE_EQUAL) in biba_contains_equal()
327 if (mb->mb_effective.mbe_type == MAC_BIBA_TYPE_EQUAL) in biba_subject_privileged()
351 return (mb->mb_effective.mbe_type == MAC_BIBA_TYPE_HIGH); in biba_high_effective()
359 switch (mb->mb_effective.mbe_type) { in biba_valid()
366 if (mb->mb_effective.mbe_grade != 0 || in biba_valid()
[all …]
H A Dmac_biba.h81 struct mac_biba_element mb_effective; member