jianglin 1f660605fd rm clang-format file 3 лет назад
..
tests 1c85872cc8 create repository 4 лет назад
Android.bp 1c85872cc8 create repository 4 лет назад
CommandListener.cpp 1c85872cc8 create repository 4 лет назад
CommandListener.h 1c85872cc8 create repository 4 лет назад
FlushCommand.cpp 1c85872cc8 create repository 4 лет назад
FlushCommand.h 1c85872cc8 create repository 4 лет назад
LogAudit.cpp 1c85872cc8 create repository 4 лет назад
LogAudit.h 1c85872cc8 create repository 4 лет назад
LogBuffer.cpp 1c85872cc8 create repository 4 лет назад
LogBuffer.h 1c85872cc8 create repository 4 лет назад
LogBufferElement.cpp 1c85872cc8 create repository 4 лет назад
LogBufferElement.h 1c85872cc8 create repository 4 лет назад
LogBufferInterface.cpp 1c85872cc8 create repository 4 лет назад
LogBufferInterface.h 1c85872cc8 create repository 4 лет назад
LogCommand.cpp 1c85872cc8 create repository 4 лет назад
LogCommand.h 1c85872cc8 create repository 4 лет назад
LogKlog.cpp 1c85872cc8 create repository 4 лет назад
LogKlog.h 1c85872cc8 create repository 4 лет назад
LogListener.cpp 1c85872cc8 create repository 4 лет назад
LogListener.h 1c85872cc8 create repository 4 лет назад
LogReader.cpp 1c85872cc8 create repository 4 лет назад
LogReader.h 1c85872cc8 create repository 4 лет назад
LogStatistics.cpp 1c85872cc8 create repository 4 лет назад
LogStatistics.h 1c85872cc8 create repository 4 лет назад
LogTags.cpp 1c85872cc8 create repository 4 лет назад
LogTags.h 1c85872cc8 create repository 4 лет назад
LogTimes.cpp 1c85872cc8 create repository 4 лет назад
LogTimes.h 1c85872cc8 create repository 4 лет назад
LogUtils.h 1c85872cc8 create repository 4 лет назад
LogWhiteBlackList.cpp 1c85872cc8 create repository 4 лет назад
LogWhiteBlackList.h 1c85872cc8 create repository 4 лет назад
OWNERS 1c85872cc8 create repository 4 лет назад
README.auditd 1c85872cc8 create repository 4 лет назад
README.property 1c85872cc8 create repository 4 лет назад
auditctl.cpp 1c85872cc8 create repository 4 лет назад
event.logtags 1c85872cc8 create repository 4 лет назад
libaudit.c 1c85872cc8 create repository 4 лет назад
libaudit.h 1c85872cc8 create repository 4 лет назад
logd.rc 1c85872cc8 create repository 4 лет назад
logtagd.rc 1c85872cc8 create repository 4 лет назад
main.cpp 1c85872cc8 create repository 4 лет назад

README.auditd

Auditd Daemon

The audit daemon is a simplified version of its desktop
counterpart designed to gather the audit logs from the
audit kernel subsystem. The audit subsystem of the kernel
includes Linux Security Modules (LSM) messages as well.

To enable the audit subsystem, you must add this to your
kernel config:
CONFIG_AUDIT=y

To enable a LSM, you must consult that LSM's documentation, the
example below is for SELinux:
CONFIG_SECURITY_SELINUX=y

This does not include possible dependencies that may need to be
satisfied for that particular LSM.