[REVIEW][PATCH 12/11] ipc: Directly call the security hook in ipc_ops.associate
From: dave@stgolabs.net (Davidlohr Bueso)
Date: 2018-03-28 23:52:24
Also in:
linux-api, lkml
From: dave@stgolabs.net (Davidlohr Bueso)
Date: 2018-03-28 23:52:24
Also in:
linux-api, lkml
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. Biederman" <redacted> --- ipc/msg.c | 10 +--------- ipc/sem.c | 10 +--------- ipc/shm.c | 10 +--------- 3 files changed, 3 insertions(+), 27 deletions(-)
This is nice to see. -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html