summaryrefslogtreecommitdiff
path: root/indra/newview/slplugin.entitlements
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2021-11-03 20:01:57 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2021-11-03 20:01:57 +0200
commite70415f1d77f6ad4ab1e581900d2b42436118bd9 (patch)
treeb81970df258c774c20e6d67dda0552f91cf28f4b /indra/newview/slplugin.entitlements
parent6921edcc39a4559ec267602b818c4fef9c974349 (diff)
SL-16299 Added entitlements for the app bundle signing
Diffstat (limited to 'indra/newview/slplugin.entitlements')
-rw-r--r--indra/newview/slplugin.entitlements12
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/slplugin.entitlements b/indra/newview/slplugin.entitlements
index a1c430a57a..1c2f2e5d2c 100644
--- a/indra/newview/slplugin.entitlements
+++ b/indra/newview/slplugin.entitlements
@@ -4,5 +4,17 @@
<dict>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
+ <key>com.apple.security.automation.apple-events</key>
+ <true/>
+ <key>com.apple.security.cs.allow-jit</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.camera</key>
+ <true/>
+ <key>com.apple.security.cs.allow-dyld-environment-variables</key>
+ <true/>
</dict>
</plist>