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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Dec 2004 12:53:09 -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-20 12:19:19.000000000 -0500
+++ shadow/52693.tmp.11490	2004-12-21 12:53:09.000000000 -0500
@@ -224,6 +224,16 @@
 
 
 ------- Additional Comments From sebastien@ximian.com  2004-12-20 12:19 -------
 Declarative security attributes Assert, Deny and PermitOnly are now
 working (in a stack walk) using SVN.
 
+
+------- Additional Comments From sebastien@ximian.com  2004-12-21 12:53 -------
+Assembly level declarative security attributes (RequestMinimum,
+RequestOptional and RequestRefuse) are now supported. The Mono's
+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.
+