Changeset 36854 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 27, 2011 10:16:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r36417 r36854 209 209 # of USB access. The USB code checks for the existance of that path. 210 210 if grep -q usb_device /proc/devices; then 211 mkdir -p -m 0 640 /dev/vboxusb 2>/dev/null211 mkdir -p -m 0750 /dev/vboxusb 2>/dev/null 212 212 chown root:vboxusers /dev/vboxusb 2>/dev/null 213 213 fi
Note:
See TracChangeset
for help on using the changeset viewer.