
# Specify the type of kernel auditing facility you want.
# Can be "modkaf" or "kpatch".
# If you choose kpatch, please read kpatch/README.

KAF=modkaf

# Do you want userland audit support?
# This will enable userland processes to generate debugging 
# trails using libaudit.
# Be warned that such trails are not as reliable as kernel
# audit trails.

ULAND=1

# If you are building auditd with userland audit trail
# support, please specify the user group which will
# be given the authorization to generate trusted trails.

AUDITGRP=audit

# Are you using redhat? If so, you may want auditd to
# start using the sgi-like chkconfig(1) system.

CHKCFG=1

# Define all the compile-time paths.

PREFIX=/usr/local
CONFPATH=/etc/security/audit.conf
SOCKPATH=/dev/audit

# These options are platform-specific.
# You probably wont have to change them since you
# run linux.

RELEASE=`uname -r`
MAKE=make
CC=gcc
LD=ld


