Changeset 12226 in vbox
- Timestamp:
- Sep 8, 2008 1:04:09 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36207
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r12114 r12226 699 699 PORTME: If this isn't work, try join one of two other gangs above. */ 700 700 setresgid(gid, gid, gid); 701 setresuid(uid, uid, gid);701 setresuid(uid, uid, uid); 702 702 if (getresuid(&ruid, &euid, &suid) != 0) 703 703 {
Note:
See TracChangeset
for help on using the changeset viewer.