[Mono-bugs] [Bug 52693][Wis] Changed - Unsupported declarative permissions
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Oct 2004 10:00:35 -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-09-15 10:58:12.000000000 -0400
+++ shadow/52693.tmp.17937 2004-10-05 10:00:35.000000000 -0400
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Wishlist
Component: misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: sebastien@ximian.com
ReportedBy: spouliot@videotron.ca
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: Unsupported declarative permissions
OtherBugsDependingOnThis: 52606
@@ -199,6 +199,9 @@
This should simplify the number of operation required by the runtime
to start a SecurityAction, e.g. (in pseudo-code)
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).