This file is indexed.

/usr/share/fwbuilder-5.1.0.3599/os/unknown_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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources>
    <Target name="unknown_os">
      <description>Unknown</description>
      <status>active</status>
      <family>unknown</family>
      <dialog>unknown</dialog>

      <options>
        <user_can_change_install_dir>true</user_can_change_install_dir>
        <default>
        </default>

        <activation>
          <fwdir>/etc/fw</fwdir>
          <fwdir_test>{{$fwdir}}/tmp</fwdir_test>
        </activation>

      </options>

      <capabilities>
        <supports_routing>False</supports_routing>
        <supports_metric>False</supports_metric>
        <supports_routing_itf>False</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>unknown,Unknown</string>
        </ethernet>
      </subinterfaces>

      <tools>
        <Unknown>
          <path_ifconfig>/sbin/ifconfig</path_ifconfig>
          <path_lsmod>/sbin/lsmod</path_lsmod>
          <path_modprobe>/sbin/modprobe</path_modprobe>
          <path_iptables>/sbin/iptables</path_iptables>
          <path_ip>/sbin/ip</path_ip>
          <path_logger>/usr/bin/logger</path_logger>
          <path_expect>/usr/bin/expect</path_expect>
          <path_ipfw>/sbin/ipfw</path_ipfw>
          <path_ipf>/sbin/ipf</path_ipf>
          <path_ipnat>/sbin/ipnat</path_ipnat>
          <path_sysctl>/sbin/sysctl</path_sysctl>
          <path_ifconfig>/sbin/ifconfig</path_ifconfig>
          <path_vconfig>/sbin/vconfig</path_vconfig>
          <path_brctl>/sbin/brctl</path_brctl>
        </Unknown>
      </tools>

    </Target>

</FWBuilderResources>