[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: Allow guest write access to /local/domain/x/memory
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1223023055 -3600 # Node ID 6ce634cc6e75c5166b21b09e5b5ab5abb96dae52 # Parent 80365bc6df425c5c0a0b812d82f1ad84bc8c73d6 xend: Allow guest write access to /local/domain/x/memory Required for xenballoond, and tools do not need to trust any values written in that subdirectory. Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 80365bc6df42 -r 6ce634cc6e75 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Thu Oct 02 12:56:55 2008 +0100 +++ b/tools/python/xen/xend/XendDomainInfo.py Fri Oct 03 09:37:35 2008 +0100 @@ -1303,7 +1303,7 @@ class XendDomainInfo: t.mkdir() t.set_permissions({'dom' : self.domid, 'read' : True}) t.write('vm', self.vmpath) - for i in [ 'device', 'control', 'error' ]: + for i in [ 'device', 'control', 'error', 'memory' ]: t.mkdir(i) t.set_permissions(i, {'dom' : self.domid}) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |