This file is indexed.

/etc/octopussy/conf/tables/Bind_zone.xml is in octopussy 1.0.6-0ubuntu2.

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

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
20
21
<?xml version='1.0' encoding='UTF-8'?>
<octopussy_table description="Bind zone Table"
                 name="Bind_zone"
                 version="200608020001">
  <field title="datetime"
         type="DATETIME" />
  <field title="device"
         type="STRING" />
  <field title="client"
         type="IP_ADDR" />
  <field title="zone"
         type="STRING" />
  <field title="action"
         type="STRING" />
  <field title="status"
         type="STRING" />
  <field title="daemon"
         type="WORD" />
  <field title="pid"
         type="PID" />
</octopussy_table>