This file is indexed.

/usr/share/aide/config/aide/aide.conf.d/30_inn2_vars 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
#!/bin/bash

if [ -e /etc/news/innfeed.conf ]; then
  echo -n "@@define INN2_INNFEED_OUTFEEDS ("
< /etc/news/innfeed.conf \
   sed -n '/^[[:space:]]*peer[[:space:]]/{s/^[[:space:]]*peer[[:space:]]\+\([-\.a-z0-9]\+\).*/\1/;p;}' | \
   tr '\n' '|' |\
   sed 's/|$/)/'
  echo
fi