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

[Xen-devel] [PATCH] [REVISION] [Xen-API] [3/3] Extension of the Xen-API

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] [REVISION] [Xen-API] [3/3] Extension of the Xen-API for managing the ACM policy (and others)
From: Stefan Berger <stefanb@xxxxxxxxxx>
Date: Mon, 21 May 2007 17:45:22 -0400
Cc: tom.wilkie@xxxxxxxxx
Delivery-date: Mon, 21 May 2007 14:39:53 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
This is an update of the previously posted patch. Now the Xen-API extensions 
for the
XSPolicy and ACMPolicy class have been converted to become subclasses of the 
XendBase class
and their implementation has been moved out of XendAPI.py.


This patch implements extensions for managing security policies in xend.
The XSPolicy and ACMPolicy classes provide the interface for the Xen-API
and implement the functionality described in the documentation.

Some of the xend-internal code implements changing the previously used
format into the format used by the Xen-API. This is mostly related to
the labels and their format of <policy identifier>:<policy
name>:<label>.

The acmpolicy class implements a compiler for translating an XML policy
into their binary format and provides functionality for comparing a
current policy against a new one when changing a policy.

The xspolicyadmin class administers the policy of the system.

Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>


Attachment: xend-xspolicy-xapi-xend.diff
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] [REVISION] [Xen-API] [3/3] Extension of the Xen-API for managing the ACM policy (and others), Stefan Berger <=