2c789f7e2f
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=24e6c52baae4dc9cfba9b8bb18434dec
14 lines
678 B
Diff
14 lines
678 B
Diff
Index: xen-4.0.0-testing/tools/python/xen/xend/XendDomainInfo.py
|
|
===================================================================
|
|
--- xen-4.0.0-testing.orig/tools/python/xen/xend/XendDomainInfo.py
|
|
+++ xen-4.0.0-testing/tools/python/xen/xend/XendDomainInfo.py
|
|
@@ -2313,7 +2313,7 @@ class XendDomainInfo:
|
|
# To prohibit directory traversal
|
|
based_name = os.path.basename(self.info['name_label'])
|
|
|
|
- coredir = "/var/xen/dump/%s" % (based_name)
|
|
+ coredir = "/var/lib/xen/dump/%s" % (based_name)
|
|
if not os.path.exists(coredir):
|
|
try:
|
|
mkdir.parents(coredir, stat.S_IRWXU)
|