From c6b513defcd6bcc0260f915041a97df0802a7c67 Mon Sep 17 00:00:00 2001 From: opa334 Date: Sat, 21 Jan 2023 13:53:22 +0100 Subject: [PATCH] more xml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c80938d..b1c08e0 100644 --- a/README.md +++ b/README.md @@ -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: -``` +```xml com.apple.private.persona-mgmt ```