-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
Command description
The tccutil command manages the privacy database, which stores decisions the user has made about whether apps may access personal data. These include permissions such as Camera, Microphone, Photos, and Contacts. Supports resetting permissions for a specific service, optionally scoped to a single app by bundle identifier.
Command details
No response
Documentation
https://ss64.com/mac/tccutil.html
Platform
macOS (OS X)
VCS repository link (e.g. GitHub, GitLab)
No response
Additional information
tccutil is a built-in macOS binary located at /usr/bin/tccutil. The only supported subcommand is reset. It accepts a service name (e.g. Camera, Microphone, Photos, All) and an optional bundle identifier to scope the reset to a single app. It requires sudo for most operations. Common services include: Accessibility, AddressBook, Calendar, Camera, FaceID, Microphone, Photos, Reminders, ScreenCapture, Siri, SystemPolicyAllFiles (Full Disk Access). Users can pass All to reset all permissions.