entitlements for hardened mas

This commit is contained in:
Kyle Spearrin 2019-08-01 22:57:51 -04:00
parent 7d46af658f
commit 2e16d7c02c
2 changed files with 8 additions and 0 deletions

View File

@ -6,5 +6,9 @@
<true/>
<key>com.apple.security.inherit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>

View File

@ -8,5 +8,9 @@
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>