Re: Edit "System Preferences - Security" settings during installation
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 <krulikovskiy@yandex.ru> 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 (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/installer-dev/conor%40mac.com
This email sent to conor@mac.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Conor Schutzman