This file is indexed.

/usr/share/aide/config/aide/aide.conf.d/30_aide_bind9 is in aide-common 0.16~a2.git20130520-2.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
#! /bin/bash
# this script automatically sets the BINDCHROOT variable to the
# directory that bind chroots to via configuration in
# /etc/default/bind9. This is only going to work if your /etc/default/bind9
# is not too modified.
#
# If you want to use this magic, just uncomment it.
# You can also manually set the chroot directory in a non-executable
# file: @@define BINDCHROOT /var/cache/bind

# # Automagically extract chroot directory
# . /etc/default/bind9
# set $OPTIONS
# for i in $@;do
#   if [ "$1" == "-t" ]
#     then echo "@@define BINDCHROOT $2"; break
#     else shift
#   fi
# done