Re: [Xen-devel] [PATCH 01/15] flask/policy: split into modules

2016-06-19 Thread Doug Goldstein
On 6/9/16 9:47 AM, Daniel De Graaf wrote: > This makes it easier to enable or disable parts of the XSM policy. > > Signed-off-by: Daniel De Graaf Reviewed-by: Doug Goldstein -- Doug Goldstein signature.asc Description: OpenPGP digital signature _

Re: [Xen-devel] [PATCH 01/15] flask/policy: split into modules

2016-06-14 Thread Konrad Rzeszutek Wilk
On Thu, Jun 09, 2016 at 10:47:04AM -0400, Daniel De Graaf wrote: > This makes it easier to enable or disable parts of the XSM policy. > > Signed-off-by: Daniel De Graaf Reviewed-by: Konrad Rzeszutek Wilk ___ Xen-devel mailing list Xen-devel@lists.xen

[Xen-devel] [PATCH 01/15] flask/policy: split into modules

2016-06-09 Thread Daniel De Graaf
This makes it easier to enable or disable parts of the XSM policy. Signed-off-by: Daniel De Graaf --- tools/flask/policy/Makefile| 22 +- tools/flask/policy/modules/dom0.te | 74 ++ tools/flask/policy/modules/domU.te | 25 ++ tools/f