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

add source for image

This commit is contained in:
fria 2024-11-27 09:00:38 -06:00 committed by GitHub
parent 701ab86b64
commit 0a7288b843
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,8 +27,10 @@ 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" You can check whether running processes are sandboxed in the Activity Monitor. Right click on the columns and check "Sandbox"
<figure markdown>
![Activity Monitor](activity-monitor.png) ![Activity Monitor](activity-monitor.png)
<figcaption>Source: https://developer.apple.com/documentation/security/protecting-user-data-with-app-sandbox</figcaption>
</figure>
You can check whether an app is sandboxed and what entitlements it has *before* running it by running the command You can check whether an app is sandboxed and what entitlements it has *before* running it by running the command
``` zsh ``` zsh