- Timestamp:
- Sep 5, 2024 7:25:30 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r105967 r105968 15150 15150 </enum> 15151 15151 15152 <!-- Note: Must match GSTCTLDIR_F_XXX. --> 15152 15153 <enum 15153 15154 name="DirectoryOpenFlag" 15154 uuid=" 5138837a-8fd2-4194-a1b0-08f7bc3949d0"15155 uuid="92f838f6-cbf9-4760-bb63-92c567773366" 15155 15156 > 15156 15157 <desc> … … 15163 15164 <desc>Don't allow symbolic links as part of the path.</desc> 15164 15165 </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> 15166 15176 </enum> 15167 15177
Note:
See TracChangeset
for help on using the changeset viewer.