]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - ipc/msg.c
ipc: Directly call the security hook in ipc_ops.associate
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 24 Mar 2018 04:41:55 +0000 (23:41 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 27 Mar 2018 20:53:56 +0000 (15:53 -0500)
commit50ab44b1c5d1b13305ce8acb74c8e50e0dcbaedc
treea26481edc4510e3a92c7993e1567e56d8d71a1da
parent51d6f2635b39709ee5e62479be23d423b760292c
ipc: Directly call the security hook in ipc_ops.associate

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" <ebiederm@xmission.com>
ipc/msg.c
ipc/sem.c
ipc/shm.c