Searched hist:d8c6e8543294428426578d74dc7aaf121e762d58 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | lsm_hooks.h | diff d8c6e8543294428426578d74dc7aaf121e762d58 Thu Mar 22 21:22:26 CDT 2018 Eric W. Biederman <ebiederm@xmission.com> msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks
All of the implementations of security hooks that take msg_queue only access q_perm the struct kern_ipc_perm member. This means the dependencies of the msg_queue security hooks can be simplified by passing the kern_ipc_perm member of msg_queue.
Making this change will allow struct msg_queue to become private to ipc/msg.c.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
H A D | security.h | diff d8c6e8543294428426578d74dc7aaf121e762d58 Thu Mar 22 21:22:26 CDT 2018 Eric W. Biederman <ebiederm@xmission.com> msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks
All of the implementations of security hooks that take msg_queue only access q_perm the struct kern_ipc_perm member. This means the dependencies of the msg_queue security hooks can be simplified by passing the kern_ipc_perm member of msg_queue.
Making this change will allow struct msg_queue to become private to ipc/msg.c.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/openbmc/linux/ipc/ |
H A D | msg.c | diff d8c6e8543294428426578d74dc7aaf121e762d58 Thu Mar 22 21:22:26 CDT 2018 Eric W. Biederman <ebiederm@xmission.com> msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks
All of the implementations of security hooks that take msg_queue only access q_perm the struct kern_ipc_perm member. This means the dependencies of the msg_queue security hooks can be simplified by passing the kern_ipc_perm member of msg_queue.
Making this change will allow struct msg_queue to become private to ipc/msg.c.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/openbmc/linux/security/smack/ |
H A D | smack_lsm.c | diff d8c6e8543294428426578d74dc7aaf121e762d58 Thu Mar 22 21:22:26 CDT 2018 Eric W. Biederman <ebiederm@xmission.com> msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks
All of the implementations of security hooks that take msg_queue only access q_perm the struct kern_ipc_perm member. This means the dependencies of the msg_queue security hooks can be simplified by passing the kern_ipc_perm member of msg_queue.
Making this change will allow struct msg_queue to become private to ipc/msg.c.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/openbmc/linux/security/ |
H A D | security.c | diff d8c6e8543294428426578d74dc7aaf121e762d58 Thu Mar 22 21:22:26 CDT 2018 Eric W. Biederman <ebiederm@xmission.com> msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks
All of the implementations of security hooks that take msg_queue only access q_perm the struct kern_ipc_perm member. This means the dependencies of the msg_queue security hooks can be simplified by passing the kern_ipc_perm member of msg_queue.
Making this change will allow struct msg_queue to become private to ipc/msg.c.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | diff d8c6e8543294428426578d74dc7aaf121e762d58 Thu Mar 22 21:22:26 CDT 2018 Eric W. Biederman <ebiederm@xmission.com> msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks
All of the implementations of security hooks that take msg_queue only access q_perm the struct kern_ipc_perm member. This means the dependencies of the msg_queue security hooks can be simplified by passing the kern_ipc_perm member of msg_queue.
Making this change will allow struct msg_queue to become private to ipc/msg.c.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|