Export / Report Current Apps with Additional Permissions in Privacy & Security

jscherer
New Contributor II

In the process of removing admin from our users. I want to create configuration profiles for any software app permissions that are devs use that I'm not aware of yet. I can pull applications installed and from that try to find code requirements / team identifiers but that doesn't help without knowing what permissions to give it. This will be a process to research each software.

 

Is there a way I can pull this information at least for the Privacy & Security tab? Checking System Report or these locations I am not finding the info I am looking for exactly. 

/Library/Preferences/

/Library/PreferencePanes

/System/Library/Preferences

/System/Library/PreferencePanes

 

Ideally, I would have a script run in JAMF to collect this data combine it if possible. Thanks for any and all help or thoughts!

 

 

1 ACCEPTED SOLUTION

sdagley
Esteemed Contributor II

@jscherer Take  look at https://github.com/Mac-Nerd/tcctool for a script that will dump the contents of the TCC database on a Mac, and https://www.rainforestqa.com/blog/macos-tcc-db-deep-dive for a description of what's in that database.

View solution in original post

2 REPLIES 2

sdagley
Esteemed Contributor II

@jscherer Take  look at https://github.com/Mac-Nerd/tcctool for a script that will dump the contents of the TCC database on a Mac, and https://www.rainforestqa.com/blog/macos-tcc-db-deep-dive for a description of what's in that database.

jscherer
New Contributor II

you sir are a life saver! thank you I will check it out.