/usr/share/fwbuilder-5.1.0.3599/os/sveasoft.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 | <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources>
<Target name="sveasoft">
<description>Sveasoft</description>
<status>active</status>
<family>sveasoft</family>
<dialog>sveasoft</dialog>
<options>
<user_can_change_install_dir>false</user_can_change_install_dir>
<default>
<linux24_ip_forward>1</linux24_ip_forward>
<loopback_interface>lo</loopback_interface>
<firewall_dir>/tmp</firewall_dir>
<admUser>root</admUser>
<flush_and_set_default_policy>True</flush_and_set_default_policy>
<prompt1>$ </prompt1>
<prompt2> # </prompt2>
</default>
<activation>
<fwdir>/tmp</fwdir>
<fwdir_test>/tmp</fwdir_test>
</activation>
<!-- set to True if you want to suppress comments in the generated script -->
<suppress_comments>True</suppress_comments>
<!-- set to True if you do not need the script to load kernel modules -->
<suppress_modules>True</suppress_modules>
</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>
<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>lsmod</path_lsmod>
<path_modprobe>modprobe</path_modprobe>
<path_iptables>iptables</path_iptables>
<path_ip6tables>ip6tables</path_ip6tables>
<path_iptables_restore>iptables-restore</path_iptables_restore>
<path_ip6tables_restore>ip6tables-restore</path_ip6tables_restore>
<path_ip>ip</path_ip>
<path_logger>logger</path_logger>
<path_ifconfig>ifconfig</path_ifconfig>
<path_vconfig>vconfig</path_vconfig>
<path_brctl>brctl</path_brctl>
<path_ifenslave>ifenslave</path_ifenslave>
<path_ipset>ipset</path_ipset>
</Unknown>
</tools>
</Target>
</FWBuilderResources>
|