Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevewood-tx/dc6191cf1d2b2128b556276460da8d81 to your computer and use it in GitHub Desktop.
Save stevewood-tx/dc6191cf1d2b2128b556276460da8d81 to your computer and use it in GitHub Desktop.
Set authorization DB for system preferences to allow network, energy saver, etc.
##########################################
# /etc/authorization changes
##########################################
security authorizationdb write system.preferences allow
security authorizationdb write system.preferences.datetime allow
security authorizationdb write system.preferences.printing allow
security authorizationdb write system.preferences.energysaver allow
security authorizationdb write system.preferences.network allow
security authorizationdb write system.services.systemconfiguration.network allow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment