Re: [Xen-devel] [PATCH] xsm: add device tree labeling support

2015-03-12 Thread Julien Grall
Hi Daniel, On 12/03/15 17:13, Daniel De Graaf wrote: > int security_find_bool(const char *name) > { > int i, rv = -ENOENT; > @@ -2131,7 +2166,7 @@ int security_ocontext_add( u32 ocon, unsigned long low, > unsigned long high > c->u.iomem.high_iomem == high && c->sid[0] == s

Re: [Xen-devel] [PATCH] xsm: add device tree labeling support

2015-03-12 Thread Julien Grall
Hi Daniel, On 12/03/15 17:13, Daniel De Graaf wrote: > This adds support in the hypervisor and policy build toolchain for > Xen/Flask policy version 25, which adds the ability to label ARM device > tree nodes and expands the IOMEM ocontext entries to 64 bits. > > Signed-off-by: Daniel De Graaf >

Re: [Xen-devel] [PATCH] xsm: add device tree labeling support

2015-03-12 Thread Daniel De Graaf
On 03/12/2015 01:13 PM, Daniel De Graaf wrote: This adds support in the hypervisor and policy build toolchain for Xen/Flask policy version 25, which adds the ability to label ARM device tree nodes and expands the IOMEM ocontext entries to 64 bits. Signed-off-by: Daniel De Graaf --- Note: Actua

[Xen-devel] [PATCH] xsm: add device tree labeling support

2015-03-12 Thread Daniel De Graaf
This adds support in the hypervisor and policy build toolchain for Xen/Flask policy version 25, which adds the ability to label ARM device tree nodes and expands the IOMEM ocontext entries to 64 bits. Signed-off-by: Daniel De Graaf --- Note: Actually using the features added in this patch requir