upload android base code part6
This commit is contained in:
parent
421e214c7d
commit
4e516ec6ed
35396 changed files with 9188716 additions and 0 deletions
17
android/system/core/logd/README.auditd
Normal file
17
android/system/core/logd/README.auditd
Normal file
|
@ -0,0 +1,17 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue