Searched refs:avc_audit_buf (Results 1 - 1 of 1) sorted by relevance

/external/libselinux/src/
H A Davc.c57 static char *avc_audit_buf = NULL; variable
152 avc_audit_buf = (char *)avc_malloc(AVC_AUDIT_BUFSIZE);
153 if (!avc_audit_buf) {
211 sidtab_sid_stats(&avc_sidtab, avc_audit_buf, AVC_AUDIT_BUFSIZE);
213 avc_log(SELINUX_INFO, "%s", avc_audit_buf);
538 avc_free(avc_audit_buf);
610 log_append(avc_audit_buf, " null");
614 log_append(avc_audit_buf, " {");
621 log_append(avc_audit_buf, " %s", permstr);
628 log_append(avc_audit_buf, "
[all...]

Completed in 62 milliseconds