https://bugzilla.novell.com/show_bug.cgi?id=337040
Summary: IO-layer does not respect umask
Product: Mono: Runtime
Version: 1.2
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: io-layer
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
Found By: ---
Test case:
using System;
using System.IO;
class Test
{
static void Main ()
{
File.CreateText ("test.txt").Close ();
}
}
$ umask 0 ; mono test.exe ; ls -l test.txt
-rw-r--r-- 1 robertj users 0 2007-10-26 13:35 test.txt
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs