This commit is contained in:
opa334 2023-01-21 13:53:22 +01:00
parent 3aafa51503
commit c6b513defc
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ In order for an app with `com.apple.private.security.no-sandbox` and `platform-a
When your app is not sandboxed, you can spawn other binaries using posix_spawn, you can also spawn binaries as root with the following entitlement: When your app is not sandboxed, you can spawn other binaries using posix_spawn, you can also spawn binaries as root with the following entitlement:
``` ```xml
<key>com.apple.private.persona-mgmt</key> <key>com.apple.private.persona-mgmt</key>
<true/> <true/>
``` ```