Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2002 13:35:07 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12274 for review
Message-ID:  <200206012035.g51KZ7h59378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12274

Change 12274 by rwatson@rwatson_curry on 2002/06/01 13:34:40

	Correct various comments.

Affected files ...

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

Differences ...

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

@@ -39,7 +39,7 @@
 
 /*
  * Developed by the TrustedBSD Project.
- * Generic mandatory access module that does nothing.
+ * Biba fixed label mandatory integrity policy.
  */
 
 #include <sys/types.h>
@@ -1101,8 +1101,6 @@
 	if ((new->mb_flags & MAC_BIBA_FLAGS_BOTH) != MAC_BIBA_FLAG_SINGLE)
 		return (EINVAL);
 
-	/* XXX: Check should be "is single in cred range" */
-
 	return (suser_cred(cred, 0));
 }
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206012035.g51KZ7h59378>