Skip to main content
Solved

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

  • June 20, 2023
  • 2 replies
  • 17 views

Forum|alt.badge.img+3

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!

 

 

Best answer by sdagley

@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.

2 replies

sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • Answer
  • June 21, 2023

@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.


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • June 21, 2023

@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.


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