[Mono-bugs] [Bug 52693][Nor] Changed - Unsupported declarative permissions
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Oct 2004 09:57:54 -0400 (EDT)
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52693
--- shadow/52693 2004-10-05 10:00:35.000000000 -0400
+++ shadow/52693.tmp.28496 2004-10-14 09:57:54.000000000 -0400
@@ -3,13 +3,13 @@
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Wishlist
+Priority: Normal
Component: misc
AssignedTo: sebastien@ximian.com
ReportedBy: spouliot@videotron.ca
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -202,6 +202,23 @@
PermissionSet ps = SecurityParser.FromXmlString (metadataXML);
ps.Demand ();
------- Additional Comments From sebastien@ximian.com 2004-10-05 10:00 -------
I'm working on it... starting with LinkDemand (JIT time).
+
+------- Additional Comments From sebastien@ximian.com 2004-10-14 09:57 -------
+*** WIP Update (i.e. not in CVS yet) ***
+
+LinkDemand works (except in the case where a LinkDemand should be
+promoted to a full demand, e.g. reflection).
+
+Demand, Assert, Deny and PermitOnly also "works" (i.e. they call back
+into the related managed code). So only InheritanceDemand (for 1.1)
+isn't "plugged" yet (runtime check).
+
+This means that the original attachement works as well as all other
+tests inside the second attachment (principal_tests.tar) except for:
+
+* Class_InheritanceDemand_Failure.cs; and
+* Method_InheritanceDemand_Failure.cs
+