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][Xense-devel][PATCH][0/4] Xen Security Modules

To: xen-devel@xxxxxxxxxxxxxxxxxxx, xense-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel][Xense-devel][PATCH][0/4] Xen Security Modules
From: "George S. Coker, II" <gscoker@xxxxxxxxxxxxxx>
Date: Mon, 04 Jun 2007 15:06:09 -0400
Delivery-date: Mon, 04 Jun 2007 12:04: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
The following four e-mails in this series contain a series of patches to
xen-unstable and provide the Xen Security Modules Framework (XSM) and
associated security modules.

These patches have been updated to the tip and to account for
discussions at the Xen summit and on the mailing list about these same
patches.  Updates include:

XSM
    - coding style cleanups
    - adjustment of interface for xsm_update_va_mapping
      (enables direct use of xen macros for pte/pfn/mfn translations)
    - implement event channel security_alloc/dealloc to operate on a
      single event channel
    - remove patch cruft

FLASK
    - coding style cleanups
    - track xsm changes
    - remove patch cruft

TOOLS
    - coding style cleanups
    - new xsm module management for python tool chain:
        - a module is not required to implement a "core" set of funcs
        - modules may transparently implement additional funcs
        - load time registration and validation of xsm funcs
        - stub methods are substituted for unimplemented xsm funcs
    - remove patch cruft

ACM
    - coding style cleanups (xsm module bits only)
    - track xsm changes
    - remove patch cruft

The patches apply cleanly to xen-unstable changeset 15200:bd3d6b4c52ec
in the following order:

    [1] xsm-060407-xen-15200.diff
    [2] flask-xsm-060407-xen-15200.diff
    [3] tools-xsm-060407-xen-15200.diff
    [4] acm-xsm-060407-xen-15200.diff

Signed-off-by: George Coker <gscoker@xxxxxxxxxxxxxx>


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel][Xense-devel][PATCH][0/4] Xen Security Modules, George S. Coker, II <=