Changeset 12114 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Sep 4, 2008 11:22:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r12112 r12114 676 676 non-standard setuid implementation compared to 10.5, the following 677 677 works the same way with both version since we're super user (10.5 req). 678 So, the following will set all three variants of the group and user ids. */678 The following will set all three variants of the group and user IDs. */ 679 679 setgid(gid); 680 680 setuid(uid);
Note:
See TracChangeset
for help on using the changeset viewer.