blob: 5213240c55c78f4d0d14a9f2850a5aa9c1344f8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/files/auditd.confd,v 1.1 2005/05/01 02:19:00 robbat2 Exp $
# Configuration options for auditd
# -f for foreground mode
# There are some other options as well, but you'll have to look in the source
# code to find them As they aren't ready for use yet.
extraoptions=''
# Audit rules file
rulefile=/etc/audit.rules
|