VirtualBox

Changeset 91552 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 4, 2021 10:05:46 PM (3 years ago)
Author:
vboxsync
Message:

SUPDrV: The SUPDRVSESSION::Uid & Gid members should be the kernel versions, not the within-current-namespace stuff we've been using thus far on linux. [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c

    r91551 r91552  
    519519        && vboxdrvLinuxEuidInNs() != 0 /* root */ )
    520520    {
    521         Log(("VBoxDrvLinuxCreate: euid=%d, expected 0 (root)\n", vboxdrvLinuxEuid()));
     521        Log(("VBoxDrvLinuxCreate: euid=%d, expected 0 (root)\n", vboxdrvLinuxEuidInNs()));
    522522        return -EPERM;
    523523    }
Note: See TracChangeset for help on using the changeset viewer.

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