Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #Script to allow standard users to change Date and Time
- # Allow access to SysPref
- security authorizationdb write system.preferences allow
- # Allow access to change Date & Time pane
- security authorizationdb write system.preferences.datetime allow
- # Allow access to change Time Zone
- security authorizationdb write system.preferences.dateandtime.changetimezone allow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement