VirtualBox

Changeset 105968 in vbox for trunk


Ignore:
Timestamp:
Sep 5, 2024 7:25:30 AM (3 months ago)
Author:
vboxsync
Message:

Main: Resolved a @todo: Added DirectoryOpenFlag_DenyAscent and DirectoryOpenFlag_NoFollowSymlinks. For later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r105967 r105968  
    1515015150  </enum>
    1515115151
     15152  <!-- Note: Must match GSTCTLDIR_F_XXX. -->
    1515215153  <enum
    1515315154    name="DirectoryOpenFlag"
    15154     uuid="5138837a-8fd2-4194-a1b0-08f7bc3949d0"
     15155    uuid="92f838f6-cbf9-4760-bb63-92c567773366"
    1515515156    >
    1515615157    <desc>
     
    1516315164      <desc>Don't allow symbolic links as part of the path.</desc>
    1516415165    </const>
    15165 <!-- r=bird: need a "NoFollowSymlinks" value here.  IPRT probably needs that too. -->
     15166    <const name="DenyAscent"            value="2">
     15167      <desc>Deny relative opening of anything above this directory.
     15168
     15169      Not implemented yet.</desc>
     15170    </const>
     15171    <const name="NoFollowSymlinks"      value="4">
     15172      <desc>Don't follow symbolic links in the final component.
     15173
     15174      Not implemented yet.</desc>
     15175    </const>
    1516615176  </enum>
    1516715177
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