Skip to content

Files

Latest commit

Mark Salyzynspezi77
Mark Salyzyn
and
spezi77
Mar 13, 2016
2fb64ee · Mar 13, 2016

History

History
This branch is 379 commits ahead of, 7865 commits behind SlimRoms/android_system_core:ng7.1.

logd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 1, 2015
Mar 13, 2016
Nov 1, 2015
Nov 1, 2015
Aug 20, 2015
Mar 18, 2015
Nov 1, 2015
Nov 1, 2015
Nov 4, 2015
Sep 4, 2015
Nov 1, 2015
Nov 1, 2015
May 13, 2015
Feb 27, 2014
Nov 1, 2015
Nov 1, 2015
May 13, 2015
Feb 14, 2014
Nov 1, 2015
Apr 17, 2014
Nov 1, 2015
Nov 1, 2015
Mar 13, 2016
Mar 13, 2016
Nov 1, 2015
Aug 20, 2015
Nov 5, 2015
Apr 7, 2014
Jun 2, 2015
Apr 10, 2015
May 11, 2015
Nov 19, 2014
Mar 13, 2016
Jun 2, 2015
Mar 13, 2016
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.