Machon Gregory
2011-Apr-04 14:28 UTC
[Xen-devel] [PATCHv2] 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 when the Flask XSM is in use. libxl.c | 1 libxl.idl | 3 - xl.h | 3 + xl_cmdimpl.c | 171 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- xl_cmdtable.c | 18 +++++- 5 files changed, 187 insertions(+), 9 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-Apr-11 14:13 UTC
Re: [Xen-devel] [PATCHv2] libxl: Exposed Flask XSM functionality
Machon Gregory writes ("[Xen-devel] [PATCHv2] 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 when the > Flask XSM is in use.Thanks for this. I would like to apply this patch but I don''t seem to be able to find the corresponding libxc patch which is obviously necessary as a part of this series. Very likely I have dropped it and now aren''t using the right search terms, so perhaps you could repost it for me ? While I''m here can I suggest that you use software which posts a series of patches as a single thread rather than as a separate thread for each patch ? git-send-email knows how to do this; I don''t know how to get hg to do it but no doubt someone here does. Thanks, Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Campbell
2011-Apr-11 14:19 UTC
Re: [Xen-devel] [PATCHv2] libxl: Exposed Flask XSM functionality
On Mon, 2011-04-11 at 15:13 +0100, Ian Jackson wrote:> Machon Gregory writes ("[Xen-devel] [PATCHv2] 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 when the > > Flask XSM is in use. > > Thanks for this. I would like to apply this patch but I don''t seem to > be able to find the corresponding libxc patch which is obviously > necessary as a part of this series. > > Very likely I have dropped it and now aren''t using the right search > terms, so perhaps you could repost it for me ? > > While I''m here can I suggest that you use software which posts a > series of patches as a single thread rather than as a separate thread > for each patch ? git-send-email knows how to do this; I don''t know > how to get hg to do it but no doubt someone here does.I think it''s the default if you give the "hg email" command a range spanning > 1 commit. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- [PATCHv3] 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.