[Mono-bugs] [Bug 66117][Nor] Changed - [PATCH] Runtime doesn't encode assembly-level security attributes in the metadata
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Sep 2004 15:04:30 -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=66117
--- shadow/66117 2004-09-16 15:02:03.000000000 -0400
+++ shadow/66117.tmp.10287 2004-09-16 15:04:30.000000000 -0400
@@ -2,22 +2,22 @@
Product: Mono: Runtime
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Runtime doesn't encode assembly-level security attributes in the metadata
+Summary: [PATCH] Runtime doesn't encode assembly-level security attributes in the metadata
Description of Problem:
Runtime doesn't encode assembly-level security attributes in the metadata.
Steps to reproduce the problem:
@@ -61,6 +61,12 @@
------- Additional Comments From sebastien@ximian.com 2004-09-16 15:02 -------
Created an attachment (id=10780)
bug66117.patch
+
+------- Additional Comments From sebastien@ximian.com 2004-09-16 15:04 -------
+Here are the patches to enable assembly-level security permissions.
+
+Note: The patch also requires to bump corlib_version as it changes add
+members that are shared between managed and unmanaged code.