VirtualBox

Changeset 70884 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Feb 6, 2018 4:26:08 PM (7 years ago)
Author:
vboxsync
Message:

IPRT: Added RTDIR_F_NO_FOLLOW (not implemented yet).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/dir.h

    r69761 r70884  
    352352/** Deny relative opening of anything above this directory. */
    353353#define RTDIR_F_DENY_ASCENT     RT_BIT_32(1)
     354/** Don't follow symbolic links in the final component. */
     355#define RTDIR_F_NO_FOLLOW       RT_BIT_32(2)
    354356/** Valid flag mask.   */
    355 #define RTDIR_F_VALID_MASK      UINT32_C(0x00000003)
     357#define RTDIR_F_VALID_MASK      UINT32_C(0x00000007)
    356358/** @} */
    357359
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