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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77653 --- shadow/77653 2006-02-27 12:31:52.000000000 -0500 +++ shadow/77653.tmp.6420 2006-02-27 12:31:52.000000000 -0500 @@ -0,0 +1,33 @@ +Bug#: 77653 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: mono and SELinux don't get along too well + +From + +https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182965 + +"mono requires execmem to run. SELinux can not happen because the executable +needs execment to even get started. + +Basically I get an execmem failure from unconfined_t before mono starts. +If I allow execmem in SELinux mono will transition to mono_t but I get an +auditallow granted message for unconfined_t. + +ELF file has a RWE segment, which triggers the denial when the kernel ELF +loader tries to mmap it with those protections, IIUC. This happens prior +to switching credentials, so it happens in the caller's context rather than +the new domain. Build or code problem in mono." _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
