diff options
Diffstat (limited to 'tools/ent.xml')
| -rwxr-xr-x | tools/ent.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/ent.xml b/tools/ent.xml new file mode 100755 index 0000000..35801e8 --- /dev/null +++ b/tools/ent.xml @@ -0,0 +1,15 @@ +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>platform-application</key>
+ <true/>
+ <key>com.apple.private.security.no-container</key>
+ <true/>
+ <key>com.apple.system-task-ports</key>
+ <true/>
+ <key>task_for_pid-allow</key>
+ <true/>
+ <key>get-task-allow</key>
+ <true/>
+</dict>
+</plist>
\ No newline at end of file |
