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

add clarification

This commit is contained in:
kimg45 2024-09-03 19:12:03 -05:00 committed by GitHub
parent 529d37ac3d
commit 3b93c30f47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ You can check whether running processes are sandboxed in the Activity Monitor. R
![Activity Monitor](/images/activity-monitor.png) ![Activity Monitor](/images/activity-monitor.png)
You can check whether an app is sandboxed and what entitlements it has 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
% codesign -dvvv --entitlements - <path to your app> % codesign -dvvv --entitlements - <path to your app>