Re: [PATCH v2 3/9] selinux lsm IB/core: Implement LSM notification system

2016-07-22 Thread Daniel Jurgens
On 7/22/2016 11:21 AM, Paul Moore wrote: > On Thu, Jul 14, 2016 at 6:56 PM, Dan Jurgens wrote: >> v2: >> - new patch that has the generic notification, replaces selinux and >> IB/core patches related to the ib_flush callback. Yuval Shaia and Paul >> Moore >> --- >> drivers/infiniband/core/dev

Re: [PATCH v2 3/9] selinux lsm IB/core: Implement LSM notification system

2016-07-22 Thread Paul Moore
On Thu, Jul 14, 2016 at 6:56 PM, Dan Jurgens wrote: > From: Daniel Jurgens > > Add a generic notificaiton mechanism in the LSM. Interested consumers > can register a callback with the LSM and security modules can produce > events. > > Because access to Infiniband QPs are enforced in the setup pha

Re: [PATCH v2 3/9] selinux lsm IB/core: Implement LSM notification system

2016-07-15 Thread kbuild test robot
Hi, [auto build test ERROR on next-20160713] [cannot apply to pcmoore-selinux/next rdma/master v4.7-rc7 v4.7-rc6 v4.7-rc5 v4.7-rc7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Dan-Jurgens/SE

[PATCH v2 3/9] selinux lsm IB/core: Implement LSM notification system

2016-07-15 Thread Dan Jurgens
From: Daniel Jurgens Add a generic notificaiton mechanism in the LSM. Interested consumers can register a callback with the LSM and security modules can produce events. Because access to Infiniband QPs are enforced in the setup phase of a connection security should be enforced again if the polic