[Mono-bugs] [Bug 337040] New: IO-layer does not respect umask

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Oct 26 07:36:11 EDT 2007


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: dick at novell.com
        ReportedBy: robertj at gmx.net
         QAContact: mono-bugs at ximian.com
          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.


More information about the mono-bugs mailing list