Changeset 63674 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Aug 31, 2016 11:17:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r63673 r63674 1811 1811 cap_user_data_t cap = (cap_user_data_t)alloca(2 /*_LINUX_CAPABILITY_U32S_3*/ * sizeof(*cap)); 1812 1812 memset(hdr, 0, sizeof(*hdr)); 1813 capget( &hdr, NULL);1813 capget(hdr, NULL); 1814 1814 if ( hdr->version != 0x19980330 /* _LINUX_CAPABILITY_VERSION_1, _LINUX_CAPABILITY_U32S_1 = 1 */ 1815 1815 && hdr->version != 0x20071026 /* _LINUX_CAPABILITY_VERSION_2, _LINUX_CAPABILITY_U32S_2 = 2 */
Note:
See TracChangeset
for help on using the changeset viewer.