This module allows you to manage assistive access on macOS minions with 10.9+
New in version 2016.3.0.
salt '*' assistive.install /usr/bin/osascript
Enable or disable an existing assistive access application.
True
.CLI Example:
salt '*' assistive.enable /usr/bin/osascript salt '*' assistive.enable com.smileonmymac.textexpander enabled=False
Check if a bundle ID or command is listed in assistive access and enabled.
CLI Example:
salt '*' assistive.enabled /usr/bin/osascript salt '*' assistive.enabled com.smileonmymac.textexpander
Install a bundle ID or command as being allowed to use assistive access.
True
.CLI Example:
salt '*' assistive.install /usr/bin/osascript salt '*' assistive.install com.smileonmymac.textexpander
Check if a bundle ID or command is listed in assistive access. This will not check to see if it's enabled.
CLI Example:
salt '*' assistive.installed /usr/bin/osascript salt '*' assistive.installed com.smileonmymac.textexpander
Remove a bundle ID or command as being allowed to use assistive access.
CLI Example:
salt '*' assistive.remove /usr/bin/osascript salt '*' assistive.remove com.smileonmymac.textexpander
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.mac_assistive.html