commit | 50ab44b1c5d1b13305ce8acb74c8e50e0dcbaedc | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Mar 23 23:41:55 2018 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Mar 27 15:53:56 2018 -0500 |
tree | a26481edc4510e3a92c7993e1567e56d8d71a1da | |
parent | 51d6f2635b39709ee5e62479be23d423b760292c [diff] |
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>