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] [Xen-API] Extension of the Xen-API for managing Xen

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] [Xen-API] Extension of the Xen-API for managing Xen Security Policies
From: Stefan Berger <stefanb@xxxxxxxxxx>
Date: Wed, 06 Jun 2007 13:47:31 -0400
Delivery-date: Wed, 06 Jun 2007 10:40:23 -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 patch implements extensions for managing security policies in xend.
The XSPolicy and ACMPolicy classes provide the interface for the Xen-API
and implement functionality for setting, updating and activating of a 
Xen security policy as well as labeling of virtual machines and resources
such as block devices. Labeling of network devices will follow.

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/updating a policy.

The xspolicyadmin class administers the policy of the system.

Some of the xend-internal code deals with transforming the labeling information
from the S-Expression format into the new Xen-API format. This is similar
to much of the other code that is already there.

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] [Xen-API] Extension of the Xen-API for managing Xen Security Policies, Stefan Berger <=