SummitRoute / osxlockdown

[No longer maintained] Apple OS X tool to audit for, and remediate, security configuration settings.
MIT License
776 stars 51 forks source link

Fix setting for signed apps through firewall #64

Closed Eitot closed 8 years ago

Eitot commented 8 years ago

Closes #58.

The setting is currently changed by setting a boolean. However, I believe that the variable expects an integer instead. I was able to confirm this. Instead of using defaults to change the preference file, it is better to use socketfilterfw instead. I applied this to two other settings as well.

Xoib commented 8 years ago

Hi @Eitot, why did you closed your PR #64?

Eitot commented 8 years ago

The project is no longer being maintained. Just tying up loose ends.

Xoib commented 8 years ago

Well, if I could merge it, I would do it as I reviewed and tested your changes. I am trying to contact the op though.

I am not a fan of forking it and maintaining our own version. If I can get in touch with the op, I will ask him to add collaborators to maintain the main version.

0xdabbad00 commented 8 years ago

I've been pretty away from this project. @Xoib, you can contact me at scott@summitroute.com, hadn't heard from you.

Can you use https://github.com/kristovatlas/osx-config-check instead?