Changeset 15999 in vbox
- Timestamp:
- Jan 16, 2009 4:36:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r15993 r15999 730 730 * Only root is allowed to access the device, enforce it! 731 731 */ 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())); 735 735 return -EPERM; 736 736 }
Note:
See TracChangeset
for help on using the changeset viewer.