Re: [Xen-devel] [PATCH 2/4] Add device tree ocontext nodes to Xen policy

2015-03-12 Thread Julien Grall
On 12/03/15 17:32, Daniel De Graaf wrote: > On 03/12/2015 01:27 PM, Julien Grall wrote: >> Hi Daniel, >> >> On 12/03/15 17:12, Daniel De Graaf wrote: >>> ; >>> +dtree_context_def: DEVICETREECON path security_context_def >>> +{if (define_devicetree_context()) re

Re: [Xen-devel] [PATCH 2/4] Add device tree ocontext nodes to Xen policy

2015-03-12 Thread Daniel De Graaf
On 03/12/2015 01:27 PM, Julien Grall wrote: Hi Daniel, On 12/03/15 17:12, Daniel De Graaf wrote: ; +dtree_context_def : DEVICETREECON path security_context_def + {if (define_devicetree_context()) return -1;} + ; The rege

Re: [Xen-devel] [PATCH 2/4] Add device tree ocontext nodes to Xen policy

2015-03-12 Thread Julien Grall
Hi Daniel, On 12/03/15 17:12, Daniel De Graaf wrote: > ; > +dtree_context_def: DEVICETREECON path security_context_def > + {if (define_devicetree_context()) return -1;} > + ; The regex for matching the device tree path is different