Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Reorder the list of firewall rules' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Reorder the list of firewall rules
Authored by: jacobolus on May 08, '06 04:10:08PM
This series of steps seems a bit unnecessarily complicated. Why not just edit the file in place? Open it in TextWrangler or TextMate or something. you want:
sudo plutil -convert xml1 /Library/Preferences/com.apple.sharing.firewall.plist
And then something like:
open -a «favorite editor» /Library/Preferences/com.apple.sharing.firewall.plist
Where «favorite editor» could be TextEdit or something.

[ Reply to This | # ]