[Mono-bugs] [Bug 52693][Nor] Changed - Unsupported declarative permissions

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 7 Jan 2005 17:59:05 -0500 (EST)


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-12-21 12:53:09.000000000 -0500
+++ shadow/52693.tmp.12901	2005-01-07 17:59:05.000000000 -0500
@@ -4,13 +4,13 @@
 OS: All
 OS Details: 
 Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: misc
+Component: JIT
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: spouliot@videotron.ca               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Summary: Unsupported declarative permissions
@@ -234,6 +234,14 @@
 permview tool can now be used to see the three permission sets when
 present in an assembly.
 
 Limitation: SecurityAction.RequestMinimum isn't enforced at assembly
 load time but is being used once the first CAS demand occured.
 
+
+------- Additional Comments From sebastien@ximian.com  2005-01-07 17:59 -------
+Support for Demand, NonCasDemand and DemandChoice is in SVN (one day
+short of the bug's first birthday ;-).
+
+You must specify the --security to mono to activate the security
+manager or the demands will be ignored (i.e. no code will be generated).
+