macOS Sonoma introduced video Reactions for apps using the camera, which is enabled by default on every app. This configuration profile disables Reactions by default on a per-app basis.
Important
NOTE: THIS CONFIGURATION PROFILE ONLY APPLIES SETTINGS WHEN THE USER LOGS IN
- If a user is currently logged in when the profile is delivered, no changes are made to any app settings.
- If a user logs out and logs back in, the settings are applied.
- If a user turns on Reactions for an application in the management scope, Reactions will stay on during that login session. If a user logs out and logs back in, the settings are re-applied (e.g. if you turn on gestures for Zoom, log out and back in, Zoom Reactions are off again).
If you notice an app uses the camera but is not present in this file, please contribute to benefit others who may have that application as well.
- Launch the target app on your Mac, activate the camera, click the Video button in the menu bar, then disable Reactions for that app (see Use Reactions, Presenter Overlay, and other effects when videoconferencing on Mac).
- Run
sudo plutil -p ~/Library/Group\ Containers/group.com.apple.secure-control-center-preferences/Library/Preferences/group.com.apple.secure-control-center-preferences.av.plist | grep -i reactions-enabled
to see which apps have Reactions enabled. You can also run withgrep -i gestures-enabled
to see if any apps have that key set. NOTE: The command needs to be run withsudo
since the plist is readable only by root. - Extract the app entry (e.g.
videoeffects/us-zoom-xos/reactions-enabled
). - Fork this repo and update the mobileconfig, adding the appropriate line(s) and a boolean key of
false
. Note that you will need to add keys for bothgestures-enabled
andreactions-enabled
for each application. - PR it back. In the PR, make sure to list what application has been added, in case it's not clear in the mobileconfig setting.