[Mono-bugs] [Bug 424143] New: [Patch] Fix gacutil handling of nonstandard filemodes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Sep 7 13:28:12 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=424143


           Summary: [Patch] Fix gacutil handling of nonstandard filemodes
           Product: Mono: Tools
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: gacutil
        AssignedTo: gert.driesen at pandora.be
        ReportedBy: Dax at daxxfiles.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=238096)
 --> (https://bugzilla.novell.com/attachment.cgi?id=238096)
gacutil filemode patch

Currently, gacutil simply copies $target to gac, preserving filemode. This can
be disastrous if filemode does not contain world-read. In such a case, the gac
assemblies will not be readable by anyone but root, rendering them useless for
the system.

Patch: add *nix-specific chmod-code to Copy(source, dest, v) to set copied
files to mode 0644.


-- 
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