mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 23:55:45 +00:00
19 lines
389 B
Plaintext
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`
|