mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
2cef15aec3
* Added aide_conf resource and subsequent files * Updated to match on all selection lines Signed-off-by: Jennifer Burns <jburns@mitre.org> * Changed to use CommentParser and fixed typo Signed-off-by: Jennifer Burns <jburns@mitre.org> * Fix typo in test file Signed-off-by: Jennifer Burns <jburns@mitre.org> * Updated to address PR feedback Signed-off-by: Jennifer Burns <jburns@mitre.org>
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
|