PERFORCE change 19829 for review
Robert Watson
rwatson at freebsd.org
Mon Oct 21 20:45:51 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19829
Change 19829 by rwatson at rwatson_paprika on 2002/10/21 13:45:17
Allow conditional update of pipe labels during a relabel
operation, probably missed when these changes were first
integrated from a pipe branch.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#147 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#147 (text+ko) ====
@@ -1031,7 +1031,7 @@
source = SLOT(newlabel);
dest = SLOT(pipelabel);
- mac_biba_copy_single(source, dest);
+ mac_biba_copy(source, dest);
}
static void
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