]> xenbits.xensource.com Git - xenclient/ioemu-pq.git/commitdiff
Make the natif node readable for everyone.
authorJean Guyader <jean.guyader@eu.citrix.com>
Thu, 30 Jul 2009 23:10:48 +0000 (00:10 +0100)
committerJean Guyader <jean.guyader@eu.citrix.com>
Thu, 30 Jul 2009 23:10:48 +0000 (00:10 +0100)
master/dom0-driver

index b5a630cbe0fb180f0b36a8516b332f8854d91f9b..c6d51a2de3929d8b40a173106d7703e12d2f691d 100644 (file)
@@ -24,10 +24,10 @@ index 14b42f3..97214c0 100644
  #endif
 diff --git a/dom0_driver.c b/dom0_driver.c
 new file mode 100644
-index 0000000..a747911
+index 0000000..a0fa64e
 --- /dev/null
 +++ b/dom0_driver.c
-@@ -0,0 +1,712 @@
+@@ -0,0 +1,713 @@
 +/*
 + * QEMU dom0_driver
 + *
@@ -486,6 +486,7 @@ index 0000000..a747911
 +    {
 +      sprintf(str, "%d", domid);
 +      xenstore_write_dom0_driver("natif", str);
++      xenstore_dom_chmod(0, "dom0_driver/natif", "r0");
 +      xenstore_watch_dom0_driver("command", dom0_driver_command, NULL);
 +    }
 +    else