]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xenbus: allow any xenbus command over /proc/xen/xenbus
authorDiego Ongaro <diego.ongaro@citrix.com>
Wed, 1 Sep 2010 16:18:54 +0000 (09:18 -0700)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Wed, 1 Sep 2010 16:25:41 +0000 (09:25 -0700)
commit6d6df2e412297b8047c407b3abcd045a67c96744
treee333023929e8669d533598b1437ae8cf9a992c2e
parentfb27cfbcbd2865b0e731c4aae47df71778da805e
xenbus: allow any xenbus command over /proc/xen/xenbus

When xenstored is in another domain, we need to be able to send any
command over xenbus.  This doesn't pose a security problem because
its up to xenstored to determine whether a given client is allowed
to use a particular command anyway.

From linux-2.5.18-xen.hg 68d582b0ad05.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
drivers/xen/xenfs/xenbus.c