Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Use a custom firewall in 10.5 with ipfw' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Use a custom firewall in 10.5 with ipfw
Authored by: dlgraves on Fri, Nov 16 2007 at 7:16AM PST
Hi,

For those of us not so familiar with launchd, could you go through the installation in a little more detail please? I can just stick the .plist in the /Library/LaunchDaemons folder, saved as ASCII? (Having broken of the subsections into their respective directories, of course.)

thanks
lucas

[ Reply to This | # ]
10.5: Use a custom firewall in 10.5 with ipfw
Authored by: Brathahn on Fri, Nov 16 2007 at 12:19PM PST
Yep, you just stick the .plist into /Library/LaunchDaemons/

Here are the permission on my MBP

-rw-r--r-- 1 root admin 507 28 Jul 10:20 /Library/LaunchDaemons/ipfw_firewall.plist

You are supposed to run afterwards the following to activate it:

/bin/launchctl load /Library/LaunchDaemons/ipfw_firewall.plist

see "man launchctl" for details. I said "supposed to" because I have seen occasions where stuff just works without the "launchctl" bit... but officially you should run it.

[ Reply to This | # ]