diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-11-03 20:01:57 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-11-03 20:01:57 +0200 |
commit | e70415f1d77f6ad4ab1e581900d2b42436118bd9 (patch) | |
tree | b81970df258c774c20e6d67dda0552f91cf28f4b /indra/newview/slplugin.entitlements | |
parent | 6921edcc39a4559ec267602b818c4fef9c974349 (diff) |
SL-16299 Added entitlements for the app bundle signing
Diffstat (limited to 'indra/newview/slplugin.entitlements')
-rw-r--r-- | indra/newview/slplugin.entitlements | 12 |
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> |