[Mono-bugs] [Bug 52606][Wis] Changed - Code access security implementation

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 14 08:02:55 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52606

--- shadow/52606	2005-05-03 17:31:22.000000000 -0400
+++ shadow/52606.tmp.1904	2005-06-14 08:02:55.000000000 -0400
@@ -82,6 +82,25 @@
 - Adding (and validating) permissions in the class libraries;
 - and everything else not mentioned ;-)
 
 
 ------- Additional Comments From sebastien at ximian.com  2005-05-02 11:03 -------
 Multiple AppDomain support is blocked by missing stack frames (see #74411)
+
+------- Additional Comments From sebastien at ximian.com  2005-06-14 08:02 -------
+** Status update **
+
+New features in Mono 1.1.8 includes:
+- Cross-AppDomain support, enabling appdomain based sandboxes (limited
+by #74411);
+- Most cases of stack propagation are now working;
+- Default security policies (FullTrust, LocalIntranet, Internet ...)
+are now supported/included;
+- More security permissions in mscorlib.dll (still unaudited);
+
+
+What's not (yet) supported
+- Imperative stack modifiers (Assert, Deny and PermitOnly);
+- RequestMinimum is only evaluated at policy resolution - not at
+assembly load time;
+- Lots of small fixes/TODO
+


More information about the mono-bugs mailing list