Searched hist:d8c6e854 (Results 1 - 6 of 6) sorted by relevance

/linux-master/ipc/
H A Dmsg.cdiff d8c6e854 Thu Mar 22 20:22:26 MDT 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>
/linux-master/include/linux/
H A Dlsm_hooks.hdiff d8c6e854 Thu Mar 22 20:22:26 MDT 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 Dsecurity.hdiff d8c6e854 Thu Mar 22 20:22:26 MDT 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>
/linux-master/security/smack/
H A Dsmack_lsm.cdiff d8c6e854 Thu Mar 22 20:22:26 MDT 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>
/linux-master/security/
H A Dsecurity.cdiff d8c6e854 Thu Mar 22 20:22:26 MDT 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>
/linux-master/security/selinux/
H A Dhooks.cdiff d8c6e854 Thu Mar 22 20:22:26 MDT 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>

Completed in 952 milliseconds