Searched refs:avc_audit_buf (Results 1 - 2 of 2) 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);
530 avc_free(avc_audit_buf);
602 log_append(avc_audit_buf, " null");
606 log_append(avc_audit_buf, " {");
613 log_append(avc_audit_buf, " %s", permstr);
620 log_append(avc_audit_buf, "
[all...]
/external/qemu/distrib/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);
530 avc_free(avc_audit_buf);
602 log_append(avc_audit_buf, " null");
606 log_append(avc_audit_buf, " {");
613 log_append(avc_audit_buf, " %s", permstr);
620 log_append(avc_audit_buf, "
[all...]

Completed in 98 milliseconds