udev: allow normal user to access /dev/xen/xenbus for vchan connections

Recently we've switched all xenstore access to the new interface
(instead of deprecated /proc/xen/xenbus). Mostly because of deadlock in
/proc/xen/xenbus implementation.
release3.0 mm_501cbca4
Marek Marczykowski-Górecki 9 years ago
parent 015015d940
commit 501cbca4c1

@ -3,3 +3,4 @@ KERNEL=="xen/evtchn", MODE="0660", GROUP="qubes"
KERNEL=="xen/gntdev", MODE="0660", GROUP="qubes"
KERNEL=="xen/gntalloc", MODE="0660", GROUP="qubes"
KERNEL=="xen/privcmd", MODE="0660", GROUP="qubes"
KERNEL=="xen/xenbus", MODE="0660", GROUP="qubes"

Loading…
Cancel
Save