From aa69e18b10ae8c50ac6a0ce491fea87e27876cdc Mon Sep 17 00:00:00 2001
From: Andrey Lihatskiy <alihatskiy@productengine.com>
Date: Mon, 10 Jan 2022 22:18:48 +0200
Subject: [PATCH] SL-16565 Added com.apple.security.device.audio-input to the
 hardened runtime entitlements

---
 indra/newview/slplugin.entitlements | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/newview/slplugin.entitlements b/indra/newview/slplugin.entitlements
index a72c6bc82c7..aea8dbfd15b 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>
-- 
GitLab