VirtualBox

Ignore:
Timestamp:
Jan 31, 2012 8:45:46 PM (13 years ago)
Author:
vboxsync
Message:

be more restrictive

Location:
trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiManifest.cpp

    r32717 r39926  
    145145    if(NS_FAILED(tempFile->
    146146                 OpenNSPRFileDesc(PR_WRONLY | PR_CREATE_FILE | PR_TRUNCATE,
    147                                   0666, &fd)) || !fd)
     147                                  0600, &fd)) || !fd)
    148148    {
    149149        goto out;
  • trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiMisc.cpp

    r1 r39926  
    8686                    OpenNSPRFileDesc(PR_WRONLY | PR_CREATE_FILE | PR_APPEND |
    8787                                             (append ? 0 : PR_TRUNCATE),
    88                                              0666, &fd)) && fd)
     88                                             0600, &fd)) && fd)
    8989        {
    9090#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette