MacOS – Mojave: How to grant apps permission in Security & Privacy -> Privacy -> Accessibility on the command line

macosmojavepreferences

I manage a number of macOS laptops.

Trying to automate a deploy of Mojave, I have found that some things aren't very automatable. One thing in particular stands out: the new permission scheme in Mojave for apps to access disk and other resources.

Since my environment is managed, users can't access System Prefs panels that require admin credentials.

However, the Security & Privacy is locked to admins.

I have a device management system in place that can run things with elevated credentials which is why I am looking for an alterative way to do this.

So: Is there any way to automate the addition of apps to this preference pane?

Best Answer

tccutil. But not the official one from Apple.

brew has it.

Regards