Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/security/mac_biba/mac_biba.c 110350 2003-02-04 21:00:51Z rwatson $
---
> * $FreeBSD: head/sys/security/mac_biba/mac_biba.c 110351 2003-02-04 21:28:46Z rwatson $
1424a1425,1434
> * If the change request modifies both the Biba label
> * single and range, check that the new single will be
> * in the new range.
> */
> if ((new->mb_flags & MAC_BIBA_FLAGS_BOTH) ==
> MAC_BIBA_FLAGS_BOTH &&
> !mac_biba_single_in_range(new, new))
> return (EINVAL);
>
> /*
1450,1455d1459
<
< /*
< * XXXMAC: Additional consistency tests regarding the
< * single and range of the new label might be performed
< * here.
< */