-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Jeremy Fitzhardinge
committed
Oct 20, 2010
1 parent
de1ef20
commit 9387377
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters