From 529d37ac3d444d01e8d5c970c449f932339621f0 Mon Sep 17 00:00:00 2001 From: kimg45 <138676274+kimg45@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:25:28 -0500 Subject: [PATCH] add accessibility warning --- content/posts/macos/macOS Security Overview.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/posts/macos/macOS Security Overview.md b/content/posts/macos/macOS Security Overview.md index 1531331..9ef17e5 100644 --- a/content/posts/macos/macOS Security Overview.md +++ b/content/posts/macos/macOS Security Overview.md @@ -247,4 +247,8 @@ With an iCloud+ subscription, you will have access to [Private Relay](https://de If you need developer tools like Python and git, you can install Xcode and get them with automatic updates without having to install any third-party software. Alternatively, you can use the command `xcode-select --install` to install the tools without Xcode. -This adds a lot of attack surface to your machine, so it's best to avoid installing developer tools unless you absolutely need them. \ No newline at end of file +This adds a lot of attack surface to your machine, so it's best to avoid installing developer tools unless you absolutely need them. + +## Accessibility + +Never give software [accessibility permissions](https://support.apple.com/en-my/guide/mac-help/mh43185/mac) unless you absolutely need them for genuine accessibility reasons. It's not uncommon for apps to ask for these permissions for eroneous things. \ No newline at end of file