This file is indexed.

/usr/share/fwbuilder-5.1.0.3599/platform/ipf.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
<?xml version="1.0"?>
<FWBuilderResources>
    <Target name="ipf">
      <description>ipfilter</description>
      <status>active</status>
      <group>Open Source Firewalls</group>
      <compiler>fwb_ipf</compiler>
      <dialog>ipf</dialog>
      <supported_os>freebsd,solaris</supported_os>

      <options>
        <default>
          <firewall_dir>/etc</firewall_dir>
          <accept_new_tcp_with_no_syn>true</accept_new_tcp_with_no_syn>
          <eliminate_duplicates>true</eliminate_duplicates>
          <check_shading>true</check_shading>
          <log_prefix>RULE %N -- %A </log_prefix>
          <configure_interfaces>true</configure_interfaces>
          <manage_virtual_addr>true</manage_virtual_addr>
          <in_out_code>true</in_out_code>
          <pass_all_out>false</pass_all_out>
        </default>
      </options>

      <capabilities>
        <negation_in_interface_policy>True</negation_in_interface_policy>
        <negation_in_policy>True</negation_in_policy>
        <negation_in_nat>False</negation_in_nat>
        <logging_in_policy>True</logging_in_policy>
        <options_in_policy>True</options_in_policy>
        <supports_nat>True</supports_nat>
        <actions_in_nat>False</actions_in_nat>
        <inbound_interface_in_nat>False</inbound_interface_in_nat>
        <outbound_interface_in_nat>False</outbound_interface_in_nat>
        <supports_time>False</supports_time>
        <supports_accounting>True</supports_accounting>
        <security_levels>False</security_levels>
        <network_zones>False</network_zones>
        <unprotected_interfaces>False</unprotected_interfaces>
        <supports_prolog_epilog>True</supports_prolog_epilog>
        <supports_cluster>False</supports_cluster>
        <install_only_on_primary>False</install_only_on_primary>
        <actions>
            <Accept>
                <supported>True</supported>
                <description>Accept</description>
                <dialog_page>None</dialog_page>
            </Accept>
            <Deny>
                <supported>True</supported>
                <description>Deny</description>
                <dialog_page>None</dialog_page>
            </Deny>
            <Reject>
                <supported>True</supported>
                <description>Reject</description>
                <dialog_page>Reject</dialog_page>
            </Reject>
            <Accounting>
                <supported>True</supported>
                <description>Count</description>
                <dialog_page>None</dialog_page>
            </Accounting>
            <Tag>
                <supported>False</supported>
                <description>Tag</description>
                <dialog_page>None</dialog_page>
            </Tag>
            <Pipe>
                <supported>False</supported>
                <description>Pipe</description>
                <dialog_page>None</dialog_page>
            </Pipe>
            <Classify>
                <supported>False</supported>
                <description>Classify</description>
                <dialog_page>None</dialog_page>
            </Classify>
            <Custom>
                <supported>True</supported>
                <description>Custom</description>
                <dialog_page>CustomStr</dialog_page>
            </Custom>
            <Branch>
                <supported>False</supported>
                <description>Branch</description>
                <dialog_page>None</dialog_page>
            </Branch>
            <Route>
                <supported>False</supported>
                <description>Route</description>
                <dialog_page>RouteIPF</dialog_page>
            </Route>
            <Translate>
                <supported>True</supported>
                <description>Translate</description>
                <dialog_page>None</dialog_page>
            </Translate>
            <NATBranch>
                <supported>False</supported>
                <description>Branch</description>
                <dialog_page>None</dialog_page>
            </NATBranch>
        </actions>
      </capabilities>
    </Target>

</FWBuilderResources>