[education/rkward] rkward/rbackend: Use the same entitlements as libR.dylib as of R 4.0
Thomas Friedrichsmeier
null at kde.org
Sat Mar 5 11:24:03 GMT 2022
Git commit 5248a6d6de035b3cd1b5409b3cf029ea5db30f6a by Thomas Friedrichsmeier.
Committed on 05/03/2022 at 11:23.
Pushed by tfry into branch 'master'.
Use the same entitlements as libR.dylib as of R 4.0
M +7 -3 rkward/rbackend/rkward.rbackend.entitlements
https://invent.kde.org/education/rkward/commit/5248a6d6de035b3cd1b5409b3cf029ea5db30f6a
diff --git a/rkward/rbackend/rkward.rbackend.entitlements b/rkward/rbackend/rkward.rbackend.entitlements
index 4a283d06..1af7a2bd 100644
--- a/rkward/rbackend/rkward.rbackend.entitlements
+++ b/rkward/rbackend/rkward.rbackend.entitlements
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>com.apple.security.cs.disable-library-validation</key>
- <true/>
+ <key>com.apple.security.cs.disable-library-validation</key>
+ <true/>
+ <key>com.apple.security.cs.allow-dyld-environment-variables</key>
+ <true/>
+ <key>com.apple.security.automation.apple-events</key>
+ <true/>
</dict>
</plist>
More information about the rkward-tracker
mailing list