[Mono-bugs] [Bug 82632][Min] Changed - new files are created with 0644 mode

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 31 06:17:41 EDT 2007


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 robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=82632

--- shadow/82632	2007-08-30 09:35:21.000000000 -0400
+++ shadow/82632.tmp.30548	2007-08-31 06:17:41.000000000 -0400
@@ -1,17 +1,17 @@
 Bug#: 82632
-Product: Mono: Class Libraries
+Product: Mono: Runtime
 Version: 1.2
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Minor
-Component: System
-AssignedTo: mono-bugs at ximian.com                            
+Component: io-layer
+AssignedTo: dick at ximian.com                            
 ReportedBy: noix at sphere.pl               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: new files are created with 0644 mode
@@ -60,6 +60,10 @@
 ------- Additional Comments From noix at sphere.pl  2007-08-30 09:35 -------
 If I was convincing enough that this is a bug, a fix is trivial:
 just change a line in io-layer/io.c from
 "mode_t perms=0644;"
 to
 "mode_t perms=0666;"
+
+------- Additional Comments From robertj at gmx.net  2007-08-31 06:17 -------
+-> runtime
+


More information about the mono-bugs mailing list