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 20:09:00 +0200
commitaa69e18b10ae8c50ac6a0ce491fea87e27876cdc (patch)
tree97549165b2de680fe6688c46dd2a8778c413a31c /indra/newview
parent0a873cd95547f003878c6d00d0883ff792f4a865 (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>