This file is indexed.

/usr/share/fwbuilder-5.1.0.3599/os/openwrt.xml is in fwbuilder-common 5.1.0-4.

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
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources>
    <Target name="openwrt">
      <description>OpenWRT</description>
      <status>active</status>
      <family>openwrt</family>
      <dialog>linux24</dialog>
      <interface_dialog>linux24</interface_dialog>
      <cluster_dialog>basic</cluster_dialog>

      <options>
        <user_can_change_install_dir>true</user_can_change_install_dir>
        <default>
          <linux24_ip_forward>1</linux24_ip_forward>
          <loopback_interface>lo</loopback_interface>
          <flush_and_set_default_policy>True</flush_and_set_default_policy>
          <modules_dir>/lib/modules/`uname -r`/</modules_dir>
          <firewall_dir>/etc/init.d</firewall_dir>
          <output_file>fwbuilder.fw</output_file>
          <admUser>root</admUser>
        </default>

        <activation>
          <fwdir>/etc/</fwdir>
          <fwdir_test>/tmp</fwdir_test>
        </activation>

<!-- set to True if you want to suppress comments in the generated script -->
        <suppress_comments>False</suppress_comments>
<!-- set to True if you do not need the script to load kernel modules -->
        <suppress_modules>False</suppress_modules>

      </options>

      <capabilities>
        <supports_routing>True</supports_routing>
        <supports_metric>True</supports_metric>
        <supports_routing_itf>True</supports_routing_itf>
        <supports_subinterfaces>True</supports_subinterfaces>
        <supports_advanced_interface_options>True</supports_advanced_interface_options>
        <supports_cluster>True</supports_cluster>
      </capabilities>

      <protocols>
        <failover>
          <string>vrrp,VRRP</string>
          <string>heartbeat,heartbeat</string>
          <string>openais,OpenAIS</string>
          <string>none,None</string>
        </failover>

        <state_sync>
          <string>conntrack,conntrack</string>
        </state_sync>

        <heartbeat>
          <no_ip_ok>True</no_ip_ok>
          <default_address>224.0.10.100</default_address>
          <default_port>694</default_port>
          <manage_addresses>False</manage_addresses>
          <dialog>heartbeat</dialog>
        </heartbeat>

        <openais>
          <no_ip_ok>True</no_ip_ok>
          <needs_master>False</needs_master>
          <default_address>226.94.1.1</default_address>
          <default_port>5405</default_port>
          <manage_addresses>False</manage_addresses>
          <dialog>openais</dialog>
        </openais>

        <conntrack>
          <needs_master>False</needs_master>
          <default_address>225.0.0.50</default_address>
          <default_port>3780</default_port>
          <dialog>conntrack</dialog>
        </conntrack>

        <vrrp>
          <needs_master>True</needs_master>
          <no_ip_ok>False</no_ip_ok>
          <manage_addresses>False</manage_addresses>
          <dialog></dialog>
        </vrrp>

        <none>
          <needs_master>False</needs_master>
          <no_ip_ok>True</no_ip_ok>
          <manage_addresses>False</manage_addresses>
          <dialog></dialog>
        </none>

      </protocols>

      <interfaces>
        <cluster>
          <string>vrrp,VRRP</string>
          <string>heartbeat,heartbeat</string>
        </cluster>
        <firewall>
          <string>ethernet,Ethernet</string>
          <string>bridge,Bridge</string>
          <string>bonding,Bonding</string>
        </firewall>
      </interfaces>

      <subinterfaces>
        <ethernet>
          <string>8021q,VLAN</string>
          <string>unknown,Unknown</string>
        </ethernet>
        <bridge>
          <string>ethernet,Ethernet</string>
          <string>8021q,VLAN</string>
          <string>unknown,Unknown</string>
        </bridge>
        <bonding>
          <string>ethernet,Ethernet</string>
          <string>8021q,VLAN</string>
          <string>unknown,Unknown</string>
        </bonding>
      </subinterfaces>

      <tools>
        <Unknown>
          <path_lsmod>/sbin/lsmod</path_lsmod>
          <path_modprobe></path_modprobe>
          <path_iptables>/usr/sbin/iptables</path_iptables>
          <path_ip6tables>/usr/sbin/ip6tables</path_ip6tables>
          <path_iptables_restore>/usr/sbin/iptables-restore</path_iptables_restore>
          <path_ip6tables_restore>/usr/sbin/ip6tables-restore</path_ip6tables_restore>
          <path_ip>/usr/sbin/ip</path_ip>
          <path_logger>/usr/bin/logger</path_logger>
          <path_expect>/usr/bin/expect</path_expect>
          <path_ifconfig>/sbin/ifconfig</path_ifconfig>
          <path_vconfig>/sbin/vconfig</path_vconfig>
          <path_brctl>/usr/sbin/brctl</path_brctl>
          <path_ifenslave>/sbin/ifenslave</path_ifenslave>
          <path_ipset>/usr/sbin/ipset</path_ipset>
        </Unknown>
      </tools>
    </Target>

</FWBuilderResources>