VirtualBox

Ignore:
Timestamp:
Jan 31, 2012 8:45:46 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76004
Message:

be more restrictive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/components/nsComponentManager.cpp

    r3175 r39926  
    14211421
    14221422    PRFileDesc* fd = nsnull;
    1423     nsresult rv = localFile->OpenNSPRFileDesc(PR_WRONLY | PR_CREATE_FILE | PR_TRUNCATE, 0666, &fd);
     1423    nsresult rv = localFile->OpenNSPRFileDesc(PR_WRONLY | PR_CREATE_FILE | PR_TRUNCATE, 0600, &fd);
    14241424    if (NS_FAILED(rv))
    14251425        return rv;
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