Skip to main content
Question

Automate Full Disk Access

  • January 13, 2021
  • 1 reply
  • 5 views

ImAMacGuy
Forum|alt.badge.img+23

I need to get a way to automate the full disk access and accept incoming network connections...

I can't seem to drag/drop the required files into the jamf PPPC util. Is there a simple-ish way to set it up on a device per the doc and then export the info to a mobileconfig or something to import to jamf?

1 reply

Forum|alt.badge.img+14
  • Honored Contributor
  • January 13, 2021

Are the binaries referenced in the article codesigned? If not, you won't be able to whitelist them via MDM.

You can get the bundle ID using Terminal: osascript -e 'id of app "AppName.app"'
The code signature requirement can be retrieved using: codesign -dr - /Applications/AppName.app

With both of these items you can manually create a PPPC profile in Jamf, but again, only if they are codesigned to begin with.