Skip to content

Files

Latest commit

5f4a946 · Jun 7, 2016

History

History

logd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 24, 2016
Feb 16, 2016
Dec 18, 2015
Jul 27, 2015
Feb 24, 2016
Feb 1, 2016
Feb 29, 2016
Feb 24, 2016
Apr 25, 2016
Feb 1, 2016
Feb 24, 2016
Dec 9, 2015
Dec 9, 2015
Dec 9, 2015
Feb 24, 2016
Feb 24, 2016
Jun 7, 2016
Feb 14, 2014
Feb 24, 2016
Feb 24, 2016
Apr 14, 2016
May 18, 2016
Mar 2, 2016
Mar 2, 2016
Feb 9, 2016
Dec 29, 2015
Dec 29, 2015
Apr 7, 2014
Feb 16, 2016
Apr 10, 2015
May 9, 2015
Nov 19, 2014
Feb 3, 2016
Mar 2, 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.