Home
last modified time | relevance | path

Searched refs:audit (Results 1 – 3 of 3) sorted by relevance

/system/core/logd/
DREADME.auditd3 The audit daemon is a simplified version of its desktop
4 counterpart designed to gather the audit logs from the
5 audit kernel subsystem. The audit subsystem of the kernel
8 To enable the audit subsystem, you must add this to your
DLogAudit.cpp243 char *audit = strstr(buf, " audit("); in log() local
244 if (!audit) { in log()
248 *audit = '\0'; in log()
253 rc = logPrint("%s %s", type, audit + 1); in log()
255 rc = logPrint("%s", audit + 1); in log()
257 *audit = ' '; in log()
DREADME.property4 logd.auditd bool true Enable selinux audit daemon
5 logd.auditd.dmesg bool true selinux audit messages duplicated and