Changeset 75784 in vbox
- Timestamp:
- Nov 28, 2018 12:59:59 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126987
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r75771 r75784 325 325 #define VMMDEV_REQUESTOR_TRUST_MASK UINT32_C(0x00007000) 326 326 327 /** Requestor is using the less trusted user device node (/dev/vboxuser). 328 * @note Currently only Linux sets this. */ 327 /** Requestor is using the less trusted user device node (/dev/vboxuser). */ 329 328 #define VMMDEV_REQUESTOR_USER_DEVICE UINT32_C(0x00008000) 329 /** There is no user device node (/dev/vboxuser). */ 330 #define VMMDEV_REQUESTOR_NO_USER_DEVICE UINT32_C(0x00010000) 330 331 331 332 /** Legacy value for when VBOXGSTINFO2_F_REQUESTOR_INFO is clear.
Note:
See TracChangeset
for help on using the changeset viewer.