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-api

[Xen-API] [PATCH] CA-35556: audit-record should use action instead of pe

To: xen-api <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] [PATCH] CA-35556: audit-record should use action instead of permission name
From: Marcus Granado <marcus.granado@xxxxxxxxxx>
Date: Thu, 3 Dec 2009 15:35:23 +0000
Delivery-date: Thu, 03 Dec 2009 07:36:54 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
1 file changed, 1 insertion(+), 1 deletion(-)
ocaml/idl/ocaml_backend/rbac_audit.ml |    2 +-


# HG changeset patch
# User Marcus Granado <marcus.granado@xxxxxxxxxx>
# Date 1259854414 0
# Node ID 8335acd2219af19c6345d349690679dac2f5953a
# Parent  c9d4cd95d8886b2201522e346f7f0d4a5d373115
CA-35556: audit-record should use action instead of permission name

Signed-off-by: Marcus Granado <marcus.granado@xxxxxxxxxxxxx>

diff -r c9d4cd95d888 -r 8335acd2219a ocaml/idl/ocaml_backend/rbac_audit.ml
--- a/ocaml/idl/ocaml_backend/rbac_audit.ml     Wed Dec 02 19:08:08 2009 +0000
+++ b/ocaml/idl/ocaml_backend/rbac_audit.ml     Thu Dec 03 15:33:34 2009 +0000
@@ -312,7 +312,7 @@
                SExpr.String (ok_error ^ result_error)::
     SExpr.String (call_type_of action)::
                (*SExpr.String (Helper_hostname.get_hostname ())::*)
-    SExpr.String permission::
+    SExpr.String action::
     (SExpr.Node (sexpr_of_parameters action args))::
                []
        )

Attachment: xen-api.hg.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] CA-35556: audit-record should use action instead of permission name, Marcus Granado <=