aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-02 14:58:37 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-02 14:58:37 +0100
commit219c85a53b1c4722bad271aa8ac03af19b53e953 (patch)
tree7137d893e522ede9ede903831b94bb5b1230c9eb /tools/xenstore/Makefile
parentc407ff43f456fa6f158dd1628396451f2c1bcf39 (diff)
downloadxen-219c85a53b1c4722bad271aa8ac03af19b53e953.tar.gz
xen-219c85a53b1c4722bad271aa8ac03af19b53e953.tar.bz2
xen-219c85a53b1c4722bad271aa8ac03af19b53e953.zip
[TOOLS] Modify xenstore_client.c to include a new utility, xenstore-chmod.
This utility permits developers and administrators to manually change the permissions on arbitrary locations in XenStore from the command line. This is often helpful if you're trying to debug an application that relies on XenStore and is encountering difficulties with permissions. Signed-off-by: Michael LeMay <mdlemay@epoch.ncsc.mil>
Diffstat (limited to 'tools/xenstore/Makefile')
-rw-r--r--tools/xenstore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index 53f3467465..b568a24c5a 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -26,7 +26,7 @@ TESTDIR = testsuite/tmp
TESTFLAGS= -DTESTING
TESTENV = XENSTORED_ROOTDIR=$(TESTDIR) XENSTORED_RUNDIR=$(TESTDIR)
-CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm
+CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod
CLIENTS += xenstore-write
CLIENTS_OBJS := $(patsubst xenstore-%,xenstore_%.o,$(CLIENTS))