501cbca4c1
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.
7 lines
313 B
Plaintext
7 lines
313 B
Plaintext
# Setup permissions to allow libvchan connections as normal user
|
|
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"
|