]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Place more stringent checks on process credential relabeling for the Biba
authorrwatson <rwatson@FreeBSD.org>
Tue, 4 Feb 2003 21:28:46 +0000 (21:28 +0000)
committerrwatson <rwatson@FreeBSD.org>
Tue, 4 Feb 2003 21:28:46 +0000 (21:28 +0000)
commit61099be7ded96edfdddde587d72ce15118df4e18
treefd1126786f8636ca1abb3a1e254def292d6e1580
parent413da05130b4d0ef260322f565d8b087640ac1bb
Place more stringent checks on process credential relabeling for the Biba
and MLS policies: as we support both an effective (single) element and
range (available) elements, require that the single be in the range if
both the single and range are defined in the update.  Remove comments
suggesting that such a check might be a good idea.

Don't introduce a similar check for network interfaces; due to different
interpretations of the single and range elements, it's not clear that
it's useful to do so.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
sys/security/mac_biba/mac_biba.c
sys/security/mac_mls/mac_mls.c