[education/rkward] rkward: Add missing file

Thomas Friedrichsmeier null at kde.org
Mon Jul 1 20:01:39 BST 2024


Git commit 7c15bda85079aadc5550d634434804df5dc29b49 by Thomas Friedrichsmeier.
Committed on 01/07/2024 at 19:01.
Pushed by tfry into branch 'master'.

Add missing file

A  +14   -0    rkward/qwebengine.entitlements

https://invent.kde.org/education/rkward/-/commit/7c15bda85079aadc5550d634434804df5dc29b49

diff --git a/rkward/qwebengine.entitlements b/rkward/qwebengine.entitlements
new file mode 100644
index 000000000..e1d3dc799
--- /dev/null
+++ b/rkward/qwebengine.entitlements
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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.allow-unsigned-executable-memory</key>
+	<true/>
+	<key>com.apple.security.cs.disable-library-validation</key>
+	<true/>
+	<key>com.apple.security.cs.allow-jit</key>
+	<true/>
+	<key>com.apple.security.cs.disable-executable-page-protection</key>
+	<true/>
+</dict>
+</plist>


More information about the rkward-tracker mailing list