[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] [PATCH] CA-35556: audit-record should use action instead of permission name
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 _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |