Re: [PATCH 04/12] selinux: Allocate and free infiniband security hooks

2016-07-05 Thread Paul Moore
On Fri, Jul 1, 2016 at 4:46 PM, Daniel Jurgens wrote: > On 7/1/2016 3:13 PM, Casey Schaufler wrote: >> On 7/1/2016 12:17 PM, Paul Moore wrote: >>> On Fri, Jul 1, 2016 at 2:59 PM, Daniel Jurgens wrote: On 7/1/2016 1:54 PM, Paul Moore wrote: > On Thu, Jun 30, 2016 at 5:48 PM, Daniel Jurgen

Re: [PATCH 04/12] selinux: Allocate and free infiniband security hooks

2016-07-05 Thread Casey Schaufler
On 7/1/2016 1:46 PM, Daniel Jurgens wrote: > On 7/1/2016 3:13 PM, Casey Schaufler wrote: >> On 7/1/2016 12:17 PM, Paul Moore wrote: >>> On Fri, Jul 1, 2016 at 2:59 PM, Daniel Jurgens wrote: On 7/1/2016 1:54 PM, Paul Moore wrote: > On Thu, Jun 30, 2016 at 5:48 PM, Daniel Jurgens > wr

Re: [PATCH 04/12] selinux: Allocate and free infiniband security hooks

2016-07-05 Thread Daniel Jurgens
On 7/1/2016 3:13 PM, Casey Schaufler wrote: > On 7/1/2016 12:17 PM, Paul Moore wrote: >> On Fri, Jul 1, 2016 at 2:59 PM, Daniel Jurgens wrote: >>> On 7/1/2016 1:54 PM, Paul Moore wrote: On Thu, Jun 30, 2016 at 5:48 PM, Daniel Jurgens wrote: > On 6/30/2016 4:06 PM, Casey Schaufler w

Re: [PATCH 04/12] selinux: Allocate and free infiniband security hooks

2016-07-05 Thread Paul Moore
On Fri, Jul 1, 2016 at 2:59 PM, Daniel Jurgens wrote: > On 7/1/2016 1:54 PM, Paul Moore wrote: >> On Thu, Jun 30, 2016 at 5:48 PM, Daniel Jurgens wrote: >>> On 6/30/2016 4:06 PM, Casey Schaufler wrote: On 6/30/2016 1:42 PM, Paul Moore wrote: >> }; >> >> /** >> diff --git a/

Re: [PATCH 04/12] selinux: Allocate and free infiniband security hooks

2016-07-05 Thread Casey Schaufler
On 7/1/2016 12:17 PM, Paul Moore wrote: > On Fri, Jul 1, 2016 at 2:59 PM, Daniel Jurgens wrote: >> On 7/1/2016 1:54 PM, Paul Moore wrote: >>> On Thu, Jun 30, 2016 at 5:48 PM, Daniel Jurgens >>> wrote: On 6/30/2016 4:06 PM, Casey Schaufler wrote: > On 6/30/2016 1:42 PM, Paul Moore wrote:

Re: [PATCH 04/12] selinux: Allocate and free infiniband security hooks

2016-07-05 Thread Paul Moore
On Thu, Jun 30, 2016 at 5:48 PM, Daniel Jurgens wrote: > On 6/30/2016 4:06 PM, Casey Schaufler wrote: >> On 6/30/2016 1:42 PM, Paul Moore wrote: }; /** diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 3f6780b..e522acb 100644 --- a/include/rdma/i

Re: [PATCH 04/12] selinux: Allocate and free infiniband security hooks

2016-07-05 Thread Daniel Jurgens
On 7/1/2016 1:54 PM, Paul Moore wrote: > On Thu, Jun 30, 2016 at 5:48 PM, Daniel Jurgens wrote: >> On 6/30/2016 4:06 PM, Casey Schaufler wrote: >>> On 6/30/2016 1:42 PM, Paul Moore wrote: > }; > > /** > diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h > index 3f

Re: [PATCH 04/12] selinux: Allocate and free infiniband security hooks

2016-07-01 Thread Daniel Jurgens
On 6/30/2016 4:06 PM, Casey Schaufler wrote: > On 6/30/2016 1:42 PM, Paul Moore wrote: >> On Thu, Jun 23, 2016 at 3:52 PM, Dan Jurgens wrote: >>> From: Daniel Jurgens >>> >>> Implement and attach hooks to allocate and free Infiniband QP and MAD >>> agent security structures. >>> >>> Signed-off-by

Re: [PATCH 04/12] selinux: Allocate and free infiniband security hooks

2016-07-01 Thread Casey Schaufler
On 6/30/2016 1:42 PM, Paul Moore wrote: > On Thu, Jun 23, 2016 at 3:52 PM, Dan Jurgens wrote: >> From: Daniel Jurgens >> >> Implement and attach hooks to allocate and free Infiniband QP and MAD >> agent security structures. >> >> Signed-off-by: Daniel Jurgens >> Reviewed-by: Eli Cohen >> --- >>

Re: [PATCH 04/12] selinux: Allocate and free infiniband security hooks

2016-07-01 Thread Paul Moore
On Thu, Jun 23, 2016 at 3:52 PM, Dan Jurgens wrote: > From: Daniel Jurgens > > Implement and attach hooks to allocate and free Infiniband QP and MAD > agent security structures. > > Signed-off-by: Daniel Jurgens > Reviewed-by: Eli Cohen > --- > include/rdma/ib_mad.h | 1 + > inclu

Re: [PATCH 04/12] selinux: Allocate and free infiniband security hooks

2016-06-30 Thread Yuval Shaia
On Thu, Jun 23, 2016 at 10:52:50PM +0300, Dan Jurgens wrote: > From: Daniel Jurgens > > Implement and attach hooks to allocate and free Infiniband QP and MAD > agent security structures. > > Signed-off-by: Daniel Jurgens > Reviewed-by: Eli Cohen > --- > include/rdma/ib_mad.h | 1

[PATCH 04/12] selinux: Allocate and free infiniband security hooks

2016-06-23 Thread Dan Jurgens
From: Daniel Jurgens Implement and attach hooks to allocate and free Infiniband QP and MAD agent security structures. Signed-off-by: Daniel Jurgens Reviewed-by: Eli Cohen --- include/rdma/ib_mad.h | 1 + include/rdma/ib_verbs.h | 1 + security/selinux/hooks.c