Skip to content

Files

Latest commit

dbdaa45 · Dec 7, 2016

History

History

logd

Folders and files

NameName
Last commit message
Last commit date

parent directory

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