Changeset 12011 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Sep 2, 2008 10:17:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r11879 r12011 683 683 Log(("VBoxDrvLinuxCreate: pFilp=%p pid=%d/%d %s\n", pFilp, RTProcSelf(), current->pid, current->comm)); 684 684 685 #if ndef VBOX_WITH_HARDENING685 #if 0 /** @todo test this: #ifdef VBOX_WITH_HARDENING */ 686 686 /* 687 687 * Only root is allowed to access the device, enforce it!
Note:
See TracChangeset
for help on using the changeset viewer.