PERFORCE change 107366 for review
Todd Miller
millert at FreeBSD.org
Fri Oct 6 10:53:00 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=107366
Change 107366 by millert at 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);
More information about the trustedbsd-cvs
mailing list