Skip to content

Commit 486dde1

Browse files
committed
Create roothide.entitlements
1 parent 7212faf commit 486dde1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

roothide.entitlements

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>platform-application</key>
6+
<true/>
7+
<key>com.apple.private.security.no-sandbox</key>
8+
<true/>
9+
<key>com.apple.private.security.storage.AppBundles</key>
10+
<true/>
11+
<key>com.apple.private.security.storage.AppDataContainers</key>
12+
<true/>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)