diff --git a/content/posts/macos/macOS Security Overview.md b/content/posts/macos/macOS Security Overview.md index 2fed358..70ba89a 100644 --- a/content/posts/macos/macOS Security Overview.md +++ b/content/posts/macos/macOS Security Overview.md @@ -21,7 +21,7 @@ There are a few ways to check whether an app is sandboxed: You can check whether running processes are sandboxed in the Activity Monitor. Right click on the columns and check "Sandbox" -![Activity Monitor](https://docs-assets.developer.apple.com/published/67f023afa2/renderedDark2x-1667920132.png) +![Activity Monitor](../../../static/images/activity-monitor.png) You can check whether an app is sandboxed and what entitlements it has by running the command diff --git a/static/images/activity-monitor.png b/static/images/activity-monitor.png new file mode 100644 index 0000000..5f7db35 Binary files /dev/null and b/static/images/activity-monitor.png differ