Skip to main content
Solved

Allow non-admins to disable automatically joining a network

  • November 4, 2022
  • 1 reply
  • 14 views

Forum|alt.badge.img+3

Have had a few occasions where certain team members at my office needed to uncheck the box to join networks automatically but then were given this admin prompt.

Best answer by dmccluskey

sudo security authorizationdb write system.preferences allow; sudo security authorizationdb write system.preferences.network allow; sudo security authorizationdb write system.services.systemconfiguration.network allow; sudo security authorizationdb write com.apple.wifi allow

1 reply

dmccluskey
Forum|alt.badge.img+8
  • Valued Contributor
  • 91 replies
  • Answer
  • November 7, 2022

sudo security authorizationdb write system.preferences allow; sudo security authorizationdb write system.preferences.network allow; sudo security authorizationdb write system.services.systemconfiguration.network allow; sudo security authorizationdb write com.apple.wifi allow