George S. Coker, II
2006-Dec-20 14:08 UTC
[Xen-devel] [Xense-devel] [PATCH] [3/4] Flask XSM tools
This patch implements the Flask tools for the xen control plane (xm & xend). The patch also refactors the ACM toolchain so that a common security API (based on the existing ACM toolchain) is exported to xm and xend. To create a domain with the Flask module, add the following (for example) to a domain''s configuration file access_control = ["policy=,label=system_u:object_r:domU_t"] This will cause a domain to be created with the label "system_u:object_r:domU_t". Flask does not use the policy value in the access_control structure. Signed-off-by: George Coker <gscoker@alpha.ncsc.mil> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- [XSM][Patch] Minor XSM tools patch to dummy module - implement missing stub
- [PATCH] xen/xsm/flask: Fix AVC audit message format
- [XSM][PATCH] XSM python tools patch - remove autogenerated xsm.py
- [PATCHv3] libxl: Exposed Flask XSM functionality
- [PATCHv2] libxl: Exposed Flask XSM functionality