mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
Disable Siri prefpane #255
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @grismemj on GitHub.
Summary
The rule to disable the Siri preference pane checks the wrong name, it should be com.apple.preference.speech, not com.apple.preferences.speech.
Steps to reproduce
The current rule fails with the Siri preference pane not showing in System Preferences.
Operating System version
macOS 11 or 12 (maybe more)
What is the current bug behavior?
Check fails when prefpane disabled.
What is the expected correct behavior?
Check should pass.
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's tough to read otherwise.)
Output of checks
(Paste any output that occurs with the bug)
Possible fixes
Check for com.apple.preference.speech instead of com.apple.preferences.speech.
@grismemj commented on GitHub:
Forgot, same thing applies to hiding the Siri prefpane.