[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
Thu Aug 30 09:35:21 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 noix at sphere.pl.

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

--- shadow/82632	2007-08-30 09:14:46.000000000 -0400
+++ shadow/82632.tmp.15781	2007-08-30 09:35:21.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 82632
 Product: Mono: Class Libraries
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: noix at sphere.pl               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -53,6 +53,13 @@
 
 Expected Results:
 file with 0664 permissions
 
 How often does this happen? 
 always
+
+------- 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;"


More information about the mono-bugs mailing list