mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
18 lines
302 B
Text
18 lines
302 B
Text
# This file contains a contrived aide.conf file to use for testing
|
|
@@define DBDIR /var/lib/aide
|
|
|
|
# The location of the database
|
|
database_out=file:etc
|
|
|
|
gzip_dbout=yes
|
|
|
|
#Default
|
|
verbose=5
|
|
|
|
ALLTEST = R+sha512
|
|
ALLXTRAHASHES = b+t+ALLTEST
|
|
|
|
/boot/ ALLTEST
|
|
/bin ALLXTRAHASHES
|
|
/sbin ALLTEST
|
|
/etc/hosts ALLTEST
|