Skip to content

Commit deaeea8

Browse files
committed
Add beyondnetgen.entitlements for hardened runtime
1 parent ff4addc commit deaeea8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

beyondnetgen.entitlements

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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>com.apple.security.cs.allow-dyld-environment-variables</key>
6+
<true/>
7+
<key>com.apple.security.cs.allow-jit</key>
8+
<true/>
9+
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
10+
<true/>
11+
<key>com.apple.security.cs.debugger</key>
12+
<true/>
13+
<key>com.apple.security.get-task-allow</key>
14+
<false/>
15+
<key>com.apple.security.cs.disable-executable-page-protection</key>
16+
<true/>
17+
<key>com.apple.security.cs.disable-library-validation</key>
18+
<true/>
19+
</dict>
20+
</plist>

0 commit comments

Comments
 (0)