Re: Edit "System Preferences - Security" settings during installation
Re: Edit "System Preferences - Security" settings during installation
- Subject: Re: Edit "System Preferences - Security" settings during installation
- From: Conor Schutzman <email@hidden>
- Date: Wed, 13 Aug 2014 08:23:46 -0700
The date for that table is stored in the “TCC” database, located at "/Library/Application Support/com.apple.TCC/TCC.db”
Once you know where to look, it’s a pretty straightforward manipulation of the SQL:
sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db” "INSERT or REPLACE into 'access' VALUES('kTCCServiceAccessibility','com.apple.systemevents',0,1,0,NULL);”
Obviously replace com.apple.systemevents with whatever app you are trying to pre-approve.
As an aside, I do not know of an easy way to manage this, as in users will still be able to “uncheck” applications in that list, even if you add them.
Let m know if that doesn’t get you fixed up.
Conor
> On Aug 13, 2014, at 4:13 AM, Sergey Krulikovskiy <email@hidden> wrote:
>
> Hello,
>
> Does anybody know how to edit "System Preferences -> Security & Privacy -> Accessibility" settings (for specific application) during installation? Probably someone can point me out in the right direction to start...
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Installer-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden