Home
last modified time | relevance | path

Searched refs:auditd (Results 1 – 7 of 7) sorted by relevance

/system/logging/logd/
DLogKlog.h33 bool auditd; variable
38 LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats);
Dmain.cpp76 static void DropPrivs(bool klogd, bool auditd) { in DropPrivs() argument
98 if (auditd) { in DropPrivs()
228 bool auditd = GetBoolProperty("ro.logd.auditd", true); in main() local
229 DropPrivs(klogd, auditd); in main()
284 if (auditd) { in main()
DREADME.property4 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.
DLogKlog.cpp202 LogKlog::LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats) in LogKlog() argument
207 auditd(auditd), in LogKlog()
491 if (auditd && android::strnstr(buf, len, auditStr)) { in log()
Devent.logtags37 1003 auditd (avc|3)
DAndroid.bp20 // event_flag := $(call event_logtags,auditd)
/system/sepolicy/
DAndroid.bp834 // bug_map - Bug tracking information for selinux denials loaded by auditd.