summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2022-01-10 22:18:48 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2022-01-11 19:54:02 +0200
commit6946a6a997061896fbb99cc654520ec6d4f7e179 (patch)
tree7f4cdc7455887afd67f13fd1ffa422355c46ec90 /indra/newview
parent6c029e485833fdf929c3fd6c84bedd01d737bf5b (diff)
SL-16565 Added com.apple.security.device.audio-input to the hardened runtime entitlements
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/slplugin.entitlements2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/slplugin.entitlements b/indra/newview/slplugin.entitlements
index a72c6bc82c..aea8dbfd15 100644
--- a/indra/newview/slplugin.entitlements
+++ b/indra/newview/slplugin.entitlements
@@ -12,5 +12,7 @@
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
+ <key>com.apple.security.device.audio-input</key>
+ <true/>
</dict>
</plist>