# sample nabourc
# see detailed instructions in the README!

useshadow	1
usemail		1


passwd	/etc/passwd
shadow	/etc/shadow
shells	/etc/shells

check_cron	1
check_suid	1
check_md5	1
check_root	1
check_user	1



<db>
	basedir		 /var/log/nabou/db
	pwdDB   	 thorpwd
	sugidDB 	 thorsugid
	csumDB  	 thorcsum
	cronDB  	 thorcron
	miscDB  	 thormisc
</db>



<mail>
	rcpt		you@somewhere
	from		root
	subject		report from nabou
</mail>



<bin>
     	sendmail	/usr/sbin/sendmail
	crontab		/usr/bin/crontab
</bin>




<suid>
	chk_all		1
</suid>




<directory /etc>
	exclude		sshd_random
       	recursive	1
	chk_size	1
	chk_mtime	1
	chk_md5		1
</directory>



<directory /bin>
	recursive 	1
	chk_mode	1
	chk_md5		1
</directory>



<directory /sbin>
	inherit		/bin
</directory>
