/usr/share/fwbuilder-5.1.0.3599/os/macosx.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 | <?xml version="1.0"?> <!-- -*- mode: xml; -*- -->
<FWBuilderResources>
<Target name="macosx">
<description>Mac OS X</description>
<status>active</status>
<family>macosx</family>
<dialog>macosx</dialog>
<options>
<user_can_change_install_dir>true</user_can_change_install_dir>
<default>
<macosx_ip_forward>1</macosx_ip_forward>
<loopback_interface>lo0</loopback_interface>
</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>
<path_ifconfig>/sbin/ifconfig</path_ifconfig>
<path_ipfw>/sbin/ipfw</path_ipfw>
<path_sysctl>/usr/sbin/sysctl</path_sysctl>
<path_logger>/usr/bin/logger</path_logger>
<path_expect>/sw/bin/expect</path_expect>
</tools>
</Target>
</FWBuilderResources>
|