xen/privcmd: make privcmd visible in domU
It has its uses in a domU as well as dom0. Xen will prevent an unprivileged domain from doing anything untoward. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
obj-$(CONFIG_XENFS) += xenfs.o
|
||||
|
||||
xenfs-y = super.o xenbus.o
|
||||
xenfs-$(CONFIG_XEN_DOM0) += xenstored.o privcmd.o
|
||||
xenfs-y = super.o xenbus.o privcmd.o
|
||||
xenfs-$(CONFIG_XEN_DOM0) += xenstored.o
|
||||
|
Reference in New Issue
Block a user