[education/rkward] rkward/rbackend: Update backend entitlements to what the CRAN MacOS build uses.

Thomas Friedrichsmeier null at kde.org
Wed Jul 3 21:13:21 BST 2024


Git commit 8c8a5bd9b6b5ef2223b982bd793e5a04067879f7 by Thomas Friedrichsmeier.
Committed on 03/07/2024 at 20:13.
Pushed by tfry into branch 'master'.

Update backend entitlements to what the CRAN MacOS build uses.

M  +4    -0    rkward/rbackend/rkward.rbackend.entitlements

https://invent.kde.org/education/rkward/-/commit/8c8a5bd9b6b5ef2223b982bd793e5a04067879f7

diff --git a/rkward/rbackend/rkward.rbackend.entitlements b/rkward/rbackend/rkward.rbackend.entitlements
index 1af7a2bd0..29ab433f8 100644
--- a/rkward/rbackend/rkward.rbackend.entitlements
+++ b/rkward/rbackend/rkward.rbackend.entitlements
@@ -4,8 +4,12 @@
 <dict>
         <key>com.apple.security.cs.disable-library-validation</key>
         <true/>
+        <key>com.apple.security.get-task-allow</key>
+        <true/>
         <key>com.apple.security.cs.allow-dyld-environment-variables</key>
         <true/>
+        <key>com.apple.security.cs.allow-jit</key>
+        <true/>
         <key>com.apple.security.automation.apple-events</key>
         <true/>
 </dict>


More information about the rkward-tracker mailing list