|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [BUGFIX][ACM] fix return code in acm-related xm scripts
Hi Reiner,
It's very nice of you to make patch.
I have a small comment.
I think that the following correction is necessary.
diff -r 7acaba46e15e tools/python/xen/xm/getlabel.py
--- a/tools/python/xen/xm/getlabel.py Fri Sep 08 15:46:54 2006 -0700
+++ b/tools/python/xen/xm/getlabel.py Mon Sep 11 16:49:42 2006 +0900
@@ -47,7 +45,7 @@ def get_resource_label(resource):
label = access_control[resource][1]
print "policy="+policy+",label="+label
else:
- print "Resource not labeled"
+ security.err("Resource not labeled")
Best regards,
Kan
>This patch fixes return codes for the acm-related Xen management scripts
>(error conditions) and addresses minor issues that 'pycheck' complains
>about. It is tested with xm-test and by manually running the xm commands.
>
>Signed-off by: Reiner Sailer <sailer@xxxxxxxxxx>
>
>
>-------------------------------text/plain-------------------------------
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|