mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-06 08:15:39 -04:00
add source for image
This commit is contained in:
parent
701ab86b64
commit
0a7288b843
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||||
|

|
||||||
|
<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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue