Posted on 01-13-2021 09:37 AM
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?
Posted on 01-13-2021 10:49 AM
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.