nonrational / puppet-firewall

out-of-the-box restrictive pf firewall configuration for boxen
http://www.openbsd.org/faq/pf/
MIT License
1 stars 0 forks source link

does not register `pf.dev` service correctly. #2

Open nonrational opened 9 years ago

nonrational commented 9 years ago

pf is started correctly upon running boxen, but boxen --disable-service pf has no effect.

Workaround: You can use sudo pfctl -d to disable pf.

nonrational commented 9 years ago

probably need to add a wrapper script like https://github.com/hjuutilainen/pf-conf

nonrational commented 9 years ago

started hacking on https://github.com/nonrational/puppet-firewall/tree/daemon-support. unloading the plist still doesn't disable pf correctly.