Date: Mon, 21 Oct 2002 13:45:51 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 19829 for review Message-ID: <200210212045.g9LKjpKZ032135@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19829 Change 19829 by rwatson@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@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?200210212045.g9LKjpKZ032135>