Security preferences gone

Joined
Aug 11, 2012
Messages
85
Reaction score
1
Points
8
Location
San Diego, CA
Someone thought it would be a good idea to chmod o-r /System/Library/PreferencePanes/Security.prefPane I fixed it, but still can't find my Security Preferences. What else could bring it back?
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
Out of curiosity, who told you to go around changing file/directory permissions?

To fix it, execute the following to restore normal permissions:
Code:
sudo chmod 755 /System/Library/PreferencePanes/Security.prefPane/
 
OP
jnojr
Joined
Aug 11, 2012
Messages
85
Reaction score
1
Points
8
Location
San Diego, CA
Out of curiosity, who told you to go around changing file/directory permissions?

Nobody. Wasn't me ;-) Someone thought that would be a good way to hide that panel from users.

To fix it, execute the following to restore normal permissions:
Code:
sudo chmod 755 /System/Library/PreferencePanes/Security.prefPane/

Already did that. Didn't work.
 
OP
jnojr
Joined
Aug 11, 2012
Messages
85
Reaction score
1
Points
8
Location
San Diego, CA
Found it... had to touch /System/Library/PreferencePanes
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top