VirtualBox

Changeset 15999 in vbox


Ignore:
Timestamp:
Jan 16, 2009 4:36:23 PM (16 years ago)
Author:
vboxsync
Message:

hrmpf

File:
1 edited

Legend:

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

    r15993 r15999  
    730730     * Only root is allowed to access the device, enforce it!
    731731     */
    732     if (vboxdrvLinuxEuid != 0 /* root */ )
    733     {
    734         Log(("VBoxDrvLinuxCreate: euid=%d, expected 0 (root)\n", vboxdrvLinuxEuid));
     732    if (vboxdrvLinuxEuid() != 0 /* root */ )
     733    {
     734        Log(("VBoxDrvLinuxCreate: euid=%d, expected 0 (root)\n", vboxdrvLinuxEuid()));
    735735        return -EPERM;
    736736    }
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