PERFORCE change 19801 for review

Robert Watson rwatson at freebsd.org
Mon Oct 21 17:05:05 GMT 2002


http://perforce.freebsd.org/chv.cgi?CH=19801

Change 19801 by rwatson at rwatson_paprika on 2002/10/21 10:04:45

	Remove what was probably a merge error from when amigus brought
	compartment support into Biba: because devices are high by
	default in Biba, there's no need to explicitly set them as high,
	unlike in MLS.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#140 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#140 (text+ko) ====

@@ -814,9 +814,6 @@
 	    strcmp(dev->si_name, "random") == 0 ||
 	    strncmp(dev->si_name, "fd/", strlen("fd/")) == 0)
 		biba_type = MAC_BIBA_TYPE_EQUAL;
-	else if (strcmp(dev->si_name, "kmem") == 0 ||
-	    strcmp(dev->si_name, "mem") == 0)
-		biba_type = MAC_BIBA_TYPE_HIGH;
 	else if (ptys_equal &&
 	    (strncmp(dev->si_name, "ttyp", strlen("ttyp")) == 0 ||
 	    strncmp(dev->si_name, "ptyp", strlen("ptyp")) == 0))
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list