Happy Monday everyone,
I'm currently going through the process of implementing the CISCAT benchmarks for Security, you can take a look at some of the features here if you are unfamiliar.
I am trying to make it so that I can deploy SecureKeyboardEntry to the terminal.
The best I could come up with is making a script to edit the PLIST and then pushing that script via policy.
defaults write /Users/$USER/Library/Preferences/com.apple.Terminal.plist SecureKeyboardEntry 1
The bit seems to work in having the setting checked off, however it also seems to remove whatever terminal customizations the user has.
Anyone have any recommendations for implementing this?