VirtualBox

Changeset 12226 in vbox


Ignore:
Timestamp:
Sep 8, 2008 1:04:09 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36207
Message:

SUPR3HardenedMain: setresuid copy & past error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp

    r12114 r12226  
    699699       PORTME: If this isn't work, try join one of two other gangs above. */
    700700    setresgid(gid, gid, gid);
    701     setresuid(uid, uid, gid);
     701    setresuid(uid, uid, uid);
    702702    if (getresuid(&ruid, &euid, &suid) != 0)
    703703    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette