This file is indexed.

/usr/share/fwbuilder-5.1.0.3599/os/fwsm_os.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
<?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources>
    <Target name="pix_os">
      <description>Cisco FWSM</description>
      <status>active</status>
      <compiler>fwb_pix</compiler>
      <family>fwsm_os</family>
      <dialog>pix_os</dialog>

      <options>
        <user_can_change_install_dir>false</user_can_change_install_dir>
        <default>
        </default>

        <activation>
          <fwdir>disk:</fwdir>
          <fwdir_test>disk:</fwdir_test>
        </activation>

      </options>

      <capabilities>
        <supports_routing>True</supports_routing>
        <supports_metric>True</supports_metric>
        <supports_routing_itf>True</supports_routing_itf>
        <supports_advanced_interface_options>False</supports_advanced_interface_options>
      </capabilities>

      <interfaces>
        <cluster>
        </cluster>
        <firewall>
          <string>ethernet,Ethernet</string>
        </firewall>
      </interfaces>

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



    </Target>

</FWBuilderResources>