diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2018-03-23 02:52:43 +0100 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2018-03-23 03:07:51 +0100 |
commit | aefad9593ec5ad4aae5346253a8b646364cd7317 (patch) | |
tree | 98f72912460afef0280f96f14880a8219c615f65 /drivers/idle | |
parent | pidns: simpler allocation of pid_* caches (diff) | |
download | linux-aefad9593ec5ad4aae5346253a8b646364cd7317.tar.xz linux-aefad9593ec5ad4aae5346253a8b646364cd7317.zip |
sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks
All of the implementations of security hooks that take sem_array only
access sem_perm the struct kern_ipc_perm member. This means the
dependencies of the sem security hooks can be simplified by passing
the kern_ipc_perm member of sem_array.
Making this change will allow struct sem and struct sem_array
to become private to ipc/sem.c.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'drivers/idle')
0 files changed, 0 insertions, 0 deletions