Files
cheatsheet-tldr/tldr/osx/tccutil
2026-03-04 00:26:41 +00:00

19 lines
389 B
Plaintext

---
syntax: markdown
tags: [tldr, osx]
source: https://github.com/tldr-pages/tldr.git
---
# tccutil
> Reset decisions stored in the privacy database.
> Forces apps to prompt again the next time they access the service.
> More information: <https://ss64.com/mac/tccutil.html>.
- Reset a specific service:
`sudo tccutil reset {{service}}`
- Reset all services:
`sudo tccutil reset All`