Searched refs:auditd (Results 1 – 6 of 6) sorted by relevance
/system/core/logd/ |
D | LogKlog.h | 35 bool auditd; variable 40 LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats);
|
D | main.cpp | 77 static void DropPrivs(bool klogd, bool auditd) { in DropPrivs() argument 104 if (auditd) { in DropPrivs() 262 bool auditd = GetBoolProperty("ro.logd.auditd", true); in main() local 263 DropPrivs(klogd, auditd); in main() 319 if (auditd) { in main()
|
D | README.property | 4 ro.logd.auditd bool true Enable selinux audit daemon 5 ro.logd.auditd.dmesg bool true selinux audit messages sent to dmesg. 6 ro.logd.auditd.main bool true selinux audit messages sent to main. 7 ro.logd.auditd.events bool true selinux audit messages sent to events.
|
D | LogKlog.cpp | 204 LogKlog::LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats) in LogKlog() argument 210 auditd(auditd), in LogKlog() 497 if (auditd && android::strnstr(buf, len, auditStr)) { in log()
|
D | event.logtags | 37 1003 auditd (avc|3)
|
D | Android.bp | 20 // event_flag := $(call event_logtags,auditd)
|