Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2025
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. #Script to allow standard users to change Date and Time
  4.  
  5. # Allow access to SysPref
  6. security authorizationdb write system.preferences allow
  7.  
  8. # Allow access to change Date & Time pane
  9. security authorizationdb write system.preferences.datetime allow
  10.  
  11. # Allow access to change Time Zone
  12. security authorizationdb write system.preferences.dateandtime.changetimezone allow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement