Re: [REVIEW][PATCH 12/11] ipc: Directly call the security hook in ipc_ops.associate

2018-03-30 Thread James Morris
On Sat, 24 Mar 2018, Eric W. Biederman wrote: > > After the last round of cleanups the shm, sem, and msg associate > operations just became trivial wrappers around the appropriate security > method. Simplify things further by just calling the security method > directly. > > Signed-off-by: "Eric

Re: [REVIEW][PATCH 12/11] ipc: Directly call the security hook in ipc_ops.associate

2018-03-28 Thread Davidlohr Bueso
On Sat, 24 Mar 2018, Eric W. Biederman wrote: After the last round of cleanups the shm, sem, and msg associate operations just became trivial wrappers around the appropriate security method. Simplify things further by just calling the security method directly. Signed-off-by: "Eric W. Biederma

[REVIEW][PATCH 12/11] ipc: Directly call the security hook in ipc_ops.associate

2018-03-23 Thread Eric W. Biederman
After the last round of cleanups the shm, sem, and msg associate operations just became trivial wrappers around the appropriate security method. Simplify things further by just calling the security method directly. Signed-off-by: "Eric W. Biederman" --- ipc/msg.c | 10 +- ipc/sem.c | 1