Howto: Control firewall from command line
How do I allow an application to access the Internet from the command line, when the firewall is enabled ?
Using these command have not worked for me
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -t <Application>
This just hang..
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -t <FULL PATH><Application>
This just hang..
then i did this instead:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -kt <FULL PATH><Application>
This time it did not hang, but it did not add the application to the firewall rules either ?
Anyone knows if it is possible to control the Built-in firewall from the command line ??
Mac OS X (10.5.8)