PERFORCE change 15537 for review

Robert Watson rwatson at freebsd.org
Sun Aug 4 21:04:28 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15537

Change 15537 by rwatson at rwatson_curry on 2002/08/04 14:04:20

	During conversion to biba_atmostflags(), FLAG_SINGLE became
	_FLAGS_BOTH.  Revert.

Affected files ...

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

Differences ...

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

@@ -1831,7 +1831,7 @@
 	new = SLOT(newlabel);
 	subj = SLOT(&cred->cr_label);
 
-	error = biba_atmostflags(new, MAC_BIBA_FLAGS_BOTH);
+	error = biba_atmostflags(new, MAC_BIBA_FLAG_SINGLE);
 	if (error)
 		return (error);
 
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