Re: [Xen-devel] [PATCH for-4.5] xsm/flask: add two missing domctls

2014-11-25 Thread Daniel De Graaf
On 11/25/2014 01:19 PM, Andrew Cooper wrote: On 25/11/14 16:57, Daniel De Graaf wrote: Reported-by: Michael Young Signed-off-by: Daniel De Graaf Reviewed-by: Andrew Cooper CC'd Konrad, as this should be accepted into Xen-4.5. Without it, migration/suspend fails with -EPERM in the default

Re: [Xen-devel] [PATCH for-4.5] xsm/flask: add two missing domctls

2014-11-25 Thread Konrad Rzeszutek Wilk
On Tue, Nov 25, 2014 at 06:19:05PM +, Andrew Cooper wrote: > On 25/11/14 16:57, Daniel De Graaf wrote: > > Reported-by: Michael Young > > Signed-off-by: Daniel De Graaf > > Reviewed-by: Andrew Cooper > > CC'd Konrad, as this should be accepted into Xen-4.5. Without it, > migration/suspend

Re: [Xen-devel] [PATCH for-4.5] xsm/flask: add two missing domctls

2014-11-25 Thread Andrew Cooper
On 25/11/14 16:57, Daniel De Graaf wrote: > Reported-by: Michael Young > Signed-off-by: Daniel De Graaf Reviewed-by: Andrew Cooper CC'd Konrad, as this should be accepted into Xen-4.5. Without it, migration/suspend fails with -EPERM in the default case when XSM is compiled into Xen. Daniel:

[Xen-devel] [PATCH for-4.5] xsm/flask: add two missing domctls

2014-11-25 Thread Daniel De Graaf
Reported-by: Michael Young Signed-off-by: Daniel De Graaf --- xen/xsm/flask/hooks.c | 2 ++ xen/xsm/flask/policy/access_vectors | 2 ++ 2 files changed, 4 insertions(+) diff --git a/xen/xsm/flask/hooks.c b/xen/xsm/flask/hooks.c index 0ba2ce9..d48463f 100644 --- a/xen/xsm/flask/hoo