Skip to content
This repository was archived by the owner on Apr 11, 2018. It is now read-only.
This repository was archived by the owner on Apr 11, 2018. It is now read-only.

"Disable signed apps from being auto-permitted to listen through firewall" -- broken #58

@kristovatlas

Description

@kristovatlas

On my machine, some (all?) settings written with or without sudo to /Library/Preferences/com.apple.* are overwritten when I logout and log back in.

Consequently this fix doesn't stick for me:
defaults write /Library/Preferences/com.apple.alf allowsignedenabled -bool false

The solution is to write it only for the current user:
defaults write ~/Library/Preferences/com.apple.alf allowsignedenabled -bool false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions