Searched refs:audit (Results 1 – 3 of 3) sorted by relevance
3 The audit daemon is a simplified version of its desktop4 counterpart designed to gather the audit logs from the5 audit kernel subsystem. The audit subsystem of the kernel8 To enable the audit subsystem, you must add this to your
243 char *audit = strstr(buf, " audit("); in log() local244 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()
4 logd.auditd bool true Enable selinux audit daemon5 logd.auditd.dmesg bool true selinux audit messages duplicated and