Posted on
11-14-2018
07:41 AM
- last edited on
03-04-2025
07:37 AM
by
kh-richa_mig
So we have some users who updated to Mojave and our normal GoToAssist program has stopped working because it needs to be added via accessibility within privacy and security. Our users are not admins because the businesses that we partner with generally govern our security policy and that is a requirement of theirs. I was able to create a profile via tccprofile.py. It deploys the profile, but it does not enable the setting for GoToAssist Customer (1610). Can anyone help me out.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDescription</key>
<string>TCC Whitelist for GoToAssist</string>
<key>PayloadDisplayName</key>
<string>GoToAssist Whitelist</string>
<key>PayloadIdentifier</key>
<string>com.logmein.g2ax.customer.6995806B-E6A9-11E8-B1EC-784F439CCFB4</string>
<key>PayloadOrganization</key>
<string>Crazy</string>
<key>PayloadType</key>
<string>com.apple.TCC.configuration-profile-policy</string>
<key>PayloadUUID</key>
<string>6995806B-E6A9-11E8-B1EC-784F439CCFB4</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>Services</key>
<dict>
<key>Accessibility</key>
<array>
<dict>
<key>Allowed</key>
<true/>
<key>CodeRequirement</key>
<string>anchor apple generic and identifier "com.logmein.g2ax.customer"</string>
<key>Comment</key>
<string>Allow Accessibility control for GoToAssist Customer (1610)</string>
<key>Identifier</key>
<string>com.logmein.g2ax.customer</string>
<key>IdentifierType</key>
<string>bundleID</string>
</dict>
</array>
</dict>
</dict>
</array>
<key>PayloadDescription</key>
<string>TCC Whitelist for GoToAssist</string>
<key>PayloadDisplayName</key>
<string>GoToAssist Whitelist</string>
<key>PayloadIdentifier</key>
<string>com.logmein.g2ax.customer</string>
<key>PayloadOrganization</key>
<string>Crazy</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadScope</key>
<string>system</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>69969068-E6A9-11E8-94A0-784F439CCFB4</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>