Changeset 16053 in vbox for trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
- Timestamp:
- Jan 19, 2009 6:48:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r16051 r16053 675 675 * Do _not_ perform any capability-related system calls for root processes 676 676 * (leaving g_uCaps at 0). 677 * (Hint: getuid gets the real user id, not the eff icient.)677 * (Hint: getuid gets the real user id, not the effective.) 678 678 */ 679 679 if (getuid() != 0)
Note:
See TracChangeset
for help on using the changeset viewer.