diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-01-10 22:18:48 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-01-11 20:09:00 +0200 |
commit | aa69e18b10ae8c50ac6a0ce491fea87e27876cdc (patch) | |
tree | 97549165b2de680fe6688c46dd2a8778c413a31c | |
parent | 0a873cd95547f003878c6d00d0883ff792f4a865 (diff) |
SL-16565 Added com.apple.security.device.audio-input to the hardened runtime entitlements
-rw-r--r-- | indra/newview/slplugin.entitlements | 2 |
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> |