From bd5c414618ef7fb02e3e62172c8f2bf7d7964cbf Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Sat, 23 Nov 2013 01:29:55 +0000
Subject: Stop .NET 4 complaining on Windows when it tries to load in DLLs that
haven't been marked as trusted in the operating system.
This is done by adding to the execute *.config files.
This tells .NET 4 to trust the DLLs, which is safe in our case since we are not loading DLLs from locations that untrusted users may specify
Addresses http://opensimulator.org/mantis/view.php?id=6853 and http://opensimulator.org/mantis/view.php?id=6846
As far as I know, CAS policy checks have never been performed in Mono
---
bin/OpenSim.32BitLaunch.exe.config | 1 +
bin/OpenSim.ConsoleClient.exe.config | 1 +
bin/OpenSim.exe.config | 1 +
bin/Robust.32BitLaunch.exe.config | 1 +
bin/Robust.exe.config | 1 +
bin/pCampBot.exe.config | 3 +++
6 files changed, 8 insertions(+)
(limited to 'bin')
diff --git a/bin/OpenSim.32BitLaunch.exe.config b/bin/OpenSim.32BitLaunch.exe.config
index 6a6b3c8..a07ace3 100644
--- a/bin/OpenSim.32BitLaunch.exe.config
+++ b/bin/OpenSim.32BitLaunch.exe.config
@@ -4,6 +4,7 @@
+
diff --git a/bin/OpenSim.ConsoleClient.exe.config b/bin/OpenSim.ConsoleClient.exe.config
index 7aa974c..3a50408 100644
--- a/bin/OpenSim.ConsoleClient.exe.config
+++ b/bin/OpenSim.ConsoleClient.exe.config
@@ -4,6 +4,7 @@
+
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config
index b2cb4e5..1ec3c9c 100755
--- a/bin/OpenSim.exe.config
+++ b/bin/OpenSim.exe.config
@@ -4,6 +4,7 @@
+
diff --git a/bin/Robust.32BitLaunch.exe.config b/bin/Robust.32BitLaunch.exe.config
index ec17049..f2802a2 100644
--- a/bin/Robust.32BitLaunch.exe.config
+++ b/bin/Robust.32BitLaunch.exe.config
@@ -4,6 +4,7 @@
+
diff --git a/bin/Robust.exe.config b/bin/Robust.exe.config
index 62975fd..6ffdfef 100644
--- a/bin/Robust.exe.config
+++ b/bin/Robust.exe.config
@@ -4,6 +4,7 @@
+
diff --git a/bin/pCampBot.exe.config b/bin/pCampBot.exe.config
index 9cfb7e9..7912991 100755
--- a/bin/pCampBot.exe.config
+++ b/bin/pCampBot.exe.config
@@ -3,6 +3,9 @@
+
+
+
--
cgit v1.1