# -*-html-*-
# this file is for debugging nabou, not for u
#
use_mail 0
check_files 1
#check_suid 1
use_ls 1
shells /etc/shells
<db>
 basedir .test
</db>

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

<directory /home/scip/D>
 <include>
  nabou
  db
  htnews
  zeff
 </include>
 chk_md5 1
 chk_suid 1
</directory>

<directory /home/scip/D/nabou>
 chk_mode 1
</directory>

<define suid>
 chk_mode 1
 chk_size 1
 chk_mtime 1
 chk_md5 1
 recursive 1 
</suid>

<check suid>
 /usr/bin
</suid>

<directory /usr/local/bin>
 chk_mode 1
</directory>

<script>
BEGIN <<EOF
# make sure no dau uses this testfile
my $host = `hostname`;
if($host !~ /^monster\.co\.daemon/) {
  print STDERR "I told you not to use the testconfig, remember?\n";
  exit 255;
}
EOF
</script>

<suid>
 chk_mode 1
 <exclude>
  /tmp
  /blah
 </exclude>
</suid>