From e92b90cd145ec09e54f4fe2169066b68f39a2d92 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:00:54 -0600 Subject: [PATCH] spacing --- content/posts/macos/macOS Security Overview/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/macos/macOS Security Overview/index.md b/content/posts/macos/macOS Security Overview/index.md index e72037e..904cc5e 100644 --- a/content/posts/macos/macOS Security Overview/index.md +++ b/content/posts/macos/macOS Security Overview/index.md @@ -31,6 +31,7 @@ You can check whether running processes are sandboxed in the Activity Monitor. R ![Activity Monitor](activity-monitor.png)
Source: https://developer.apple.com/documentation/security/protecting-user-data-with-app-sandbox
+ You can check whether an app is sandboxed and what entitlements it has *before* running it by running the command ``` zsh