WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [BUGFIX][ACM] fix return code in acm-related xm scripts

To: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [BUGFIX][ACM] fix return code in acm-related xm scripts
From: Reiner Sailer <sailer@xxxxxxxxxx>
Date: Mon, 11 Sep 2006 10:58:01 -0400
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 11 Sep 2006 07:58:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <30C6D57B1D7CFEkanno.masaki@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx

Hi Masaki,

correct.

This return slipped through. I'll add your case to the patch and resubmit the patch.

Thanks!

Reiner
__________________________________________________________
Reiner Sailer, Research Staff Member, Secure Systems Department
IBM T J Watson Research Ctr, 19 Skyline Drive, Hawthorne NY 10532
Phone: 914 784 6280  (t/l 863)  Fax: 914 784 6205, sailer@xxxxxxxxxx  
http://www.research.ibm.com/people/s/sailer/



Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>

09/11/2006 04:20 AM

To
Reiner Sailer/Watson/IBM@IBMUS, xen-devel@xxxxxxxxxxxxxxxxxxx
cc
Subject
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
<Prev in Thread] Current Thread [Next in Thread>