VirtualBox

Ignore:
Timestamp:
Aug 9, 2012 10:15:38 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79914
Message:

Runtime: add an fMode parameter to RTDirCreateTemp() and adjust callers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp

    r40104 r42708  
    15701570    if (RT_FAILURE(rc))
    15711571        return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPathAppend failed: %Rrc", rc);
    1572     rc = RTDirCreateTemp(szTempDir);
     1572    rc = RTDirCreateTemp(szTempDir, 0700);
    15731573    if (RT_FAILURE(rc))
    15741574        return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTDirCreateTemp failed: %Rrc", rc);
Note: See TracChangeset for help on using the changeset viewer.

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