Remove unneeded entitlements

Thanks to Csaba Fitzl (@theevilbit) of Offensive Security for bringing
this to our attention.
This commit is contained in:
Josh Perez 2020-07-29 19:38:24 -04:00 committed by Scott Nonnenberg
parent 1518b159d3
commit e5aaf9f501
1 changed files with 0 additions and 4 deletions

View File

@ -2,14 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.device.microphone</key>