Machon Gregory
2011-Apr-15 22:20 UTC
[Xen-devel] [PATCHv3] libxl: Exposed Flask XSM functionality
Adds support for assigning a label to domains, obtaining and setting the current enforcing mode, and loading a policy with xl command and libxl header when the Flask XSM is in use. Adheres to the changes made by the patch to remove exposure of libxenctrl/libxenstore headers via libxl.h. tools/libxl/libxl_flask.c | 71 ++++++++++++++++++ tools/libxl/Makefile | 2 tools/libxl/libxl.c | 1 tools/libxl/libxl.h | 8 ++ tools/libxl/libxl.idl | 3 tools/libxl/xl.h | 3 tools/libxl/xl_cmdimpl.c | 165 ++++++++++++++++++++++++++++++++++++++++++-- tools/libxl/xl_cmdtable.c | 18 ++++ 8 files changed, 261 insertions(+), 10 deletions(-) Signed-off-by: mbgrego@tycho.ncsc.mil -- Machon Gregory National Information Assurance Research Lab (NIARL) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2011-May-20 15:06 UTC
Re: [Xen-devel] [PATCHv3] libxl: Exposed Flask XSM functionality
Machon Gregory writes ("[Xen-devel] [PATCHv3] libxl: Exposed Flask XSM functionality"):> Adds support for assigning a label to domains, obtaining and setting the > current enforcing mode, and loading a policy with xl command and libxl > header when the Flask XSM is in use. Adheres to the changes made by the > patch to remove exposure of libxenctrl/libxenstore headers via libxl.h.Thanks for this but I''m afraid it needs refreshing for latest xen-unstable. Regards, Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Machon Gregory
2011-May-31 22:24 UTC
[Xen-devel] [PATCHv4] libxl: Exposed Flask XSM functionality
Refresh of the patch that adds support for assigning a label to domains, obtaining and setting the current enforcing mode, and loading a policy with xl command and libxl header when the Flask XSM is in use. Adheres to the changes made by the patch to remove exposure of libxenctrl/libxenstore headers via libxl.h. tools/libxl/libxl_flask.c | 71 ++++++++++++++++++ tools/libxl/Makefile | 2 tools/libxl/libxl.c | 1 tools/libxl/libxl.h | 8 ++ tools/libxl/libxl.idl | 3 tools/libxl/xl.h | 3 tools/libxl/xl_cmdimpl.c | 165 ++++++++++++++++++++++++++++++++++++++++++-- tools/libxl/xl_cmdtable.c | 18 ++++ 8 files changed, 261 insertions(+), 10 deletions(-) Signed-off-by: mbgrego@tycho.ncsc.mil -- Machon Gregory National Information Assurance Research Lab (NIARL) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2011-Jun-02 16:33 UTC
Re: [Xen-devel] [PATCHv4] libxl: Exposed Flask XSM functionality
Machon Gregory writes ("[Xen-devel] [PATCHv4] libxl: Exposed Flask XSM functionality"):> Refresh of the patch that adds support for assigning a label to domains, > obtaining and setting the current enforcing mode, and loading a policy > with xl command and libxl header when the Flask XSM is in use. Adheres > to the changes made by the patch to remove exposure of > libxenctrl/libxenstore headers via libxl.h.Applied, thanks. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- [PATCHv2] libxl: Exposed Flask XSM functionality
- [XSM][Patch] Minor XSM tools patch to dummy module - implement missing stub
- [PATCH 00/10] FLASK updates: MSI interrupts, cleanups
- [PATCH 0/3] FLASK policy build rework
- xen (XSM policy) : Unload and analysis tool.