Date: Sun, 14 Jul 2002 16:44:16 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 14233 for review Message-ID: <200207142344.g6ENiG1u037353@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14233 Change 14233 by rwatson@rwatson_paprika on 2002/07/14 16:42:40 Change default interface labels: mls/low default for incoming packets, and range of low-low to prevent mls/!low from getting out unless specifically configured. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#40 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#40 (text+ko) ==== @@ -826,8 +826,8 @@ dest = SLOT(ifnetlabel); - mac_mls_set_single(dest, MAC_MLS_TYPE_HIGH, 0); - mac_mls_set_range(dest, MAC_MLS_TYPE_LOW, 0, MAC_MLS_TYPE_HIGH, 0); + mac_mls_set_single(dest, MAC_MLS_TYPE_LOW, 0); + mac_mls_set_range(dest, MAC_MLS_TYPE_LOW, 0, MAC_MLS_TYPE_LOW, 0); } 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?200207142344.g6ENiG1u037353>