Date: Fri, 6 Oct 2006 17:50:48 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 107366 for review Message-ID: <200610061750.k96HomJZ065469@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107366 Change 107366 by millert@millert_g5tower on 2006/10/06 17:49:59 Fix a missed argument conversion of mac_audit_text() Affected files ... .. //depot/projects/trustedbsd/sedarwin8/policies/mls/mac_mls.c#13 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin8/policies/mls/mac_mls.c#13 (text+ko) ==== @@ -999,7 +999,7 @@ sbuf_printf(&sb, "%s: ", name); mac_mls_to_string(&sb, l); sbuf_finish(&sb); - ret = mac_audit_text (sbuf_data(&sb), &mls_mac_policy_conf); + ret = mac_audit_text(sbuf_data(&sb), mac_mls_handle); if (ret) MLS_FAILURE("mls_audit_label: audit failed (err code %d)\n", ret); sbuf_delete(&sb);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610061750.k96HomJZ065469>