14 lines
299 B
Markdown
14 lines
299 B
Markdown
|
|
# 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`
|