]> git.pld-linux.org Git - packages/VirtualBox.git/blobdiff - udev.rules
- up to 5.1.10
[packages/VirtualBox.git] / udev.rules
index 315d28de57fd9cce09d781c9220ab919caae489d..5cf25b2c5cfdd514a9d497cfd3d3d588b803694e 100644 (file)
@@ -1,6 +1,10 @@
 # udev rules for VirtualBox
+# Reference: https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Installer/linux/installer-common.sh
+
 # Devices in Host
 KERNEL=="vboxdrv",    GROUP="vbox", MODE="0660"
+# vboxdrvu -- the unrestricted device
+KERNEL=="vboxdrvu",   GROUP="root", MODE="0666"
 KERNEL=="vboxnetctl", GROUP="vbox", MODE="0660"
 
 # these lines below give access permission to vbox users to properly work with usb nodes, enabling them could be security risk:
This page took 0.071438 seconds and 4 git commands to generate.