Skip to content

Commit

Permalink
Adjust permissions of /dev/xen/hypercall
Browse files Browse the repository at this point in the history
Starting with Linux 4.18, there is new device node for issuing
hypercalls from user space - /dev/xen/hypercall (partially duplicating
functionality of /dev/xen/privcmd). New Xen tools (4.12) make use of it,
so make it available for them. Otherwise such tools will fail the
operation (there is no fallback to privcmd on EACCESS).
  • Loading branch information
marmarek committed Feb 16, 2019
1 parent da61cb7 commit 4fe08d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions udev/udev-qubes-misc.rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ 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"
KERNEL=="xen/hypercall", MODE="0660", GROUP="qubes"

0 comments on commit 4fe08d3

Please sign in to comment.