Changeset 39419 in vbox
- Timestamp:
- Nov 25, 2011 10:16:27 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75046
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
r35809 r39419 234 234 Log(("VBoxNetAdpLinuxOpen: pid=%d/%d %s\n", RTProcSelf(), current->pid, current->comm)); 235 235 236 #ifdef VBOX_WITH_HARDENING 236 237 /* 237 238 * Only root is allowed to access the device, enforce it! … … 242 243 return -EPERM; 243 244 } 245 #endif 244 246 245 247 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.