From 044933b20ea7bfbf9cf21d29ad9e72264f5c70e5 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:32:10 -0600 Subject: [PATCH] remove colon for consistency --- content/posts/macos/macOS Security Overview/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/macos/macOS Security Overview/index.md b/content/posts/macos/macOS Security Overview/index.md index febc4ef..7f1d53d 100644 --- a/content/posts/macos/macOS Security Overview/index.md +++ b/content/posts/macos/macOS Security Overview/index.md @@ -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. -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 osascript -e 'id of app "[name of app]"' ``` -Reset the permissions with the command: +Reset the permissions with the command ```zsh sudo tccutil reset All [app.bundle.id]