1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-12-23 05:11:34 -05:00

remove colon for consistency

This commit is contained in:
fria 2024-11-27 08:32:10 -06:00 committed by GitHub
parent aa266d283e
commit 044933b20e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,13 +89,13 @@ macOS has permissions that apply to all software across the system, called Trans
The Downloads, Desktop, Documents, Movies, Music, and Pictures folders for each user in particular are protected by permissions and thus are more secure than other places you might save your files. Consider using these folders for particularly sensitive data. The Downloads, Desktop, Documents, Movies, Music, and Pictures folders for each user in particular are protected by permissions and thus are more secure than other places you might save your files. Consider using these folders for particularly sensitive data.
TCC doesn't have temporary permissions, so it can be useful to reset all premissions for an app at once. To do this, first find the app's bundle ID by running the command: TCC doesn't have temporary permissions, so it can be useful to reset all premissions for an app at once. To do this, first find the app's bundle ID by running the command
```zsh ```zsh
osascript -e 'id of app "[name of app]"' osascript -e 'id of app "[name of app]"'
``` ```
Reset the permissions with the command: Reset the permissions with the command
```zsh ```zsh
sudo tccutil reset All [app.bundle.id] sudo tccutil reset All [app.bundle.id]