linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] SafeSetID LSM changes for v5.8
@ 2020-06-09 18:26 Micah Morton
  2020-06-12 21:23 ` Linus Torvalds
  0 siblings, 1 reply; 12+ messages in thread
From: Micah Morton @ 2020-06-09 18:26 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List, linux-security-module

The following changes since commit 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162:

  Linux 5.7 (2020-05-31 16:49:15 -0700)

are available in the Git repository at:

  https://github.com/micah-morton/linux.git tags/LSM-add-setgid-hook-5.8

for you to fetch changes up to 04d244bcf92f525011e3df34b21fc39b0591ba93:

  security: Add LSM hooks to set*gid syscalls (2020-06-09 10:22:13 -0700)

----------------------------------------------------------------
Add additional LSM hooks for SafeSetID

SafeSetID is capable of making allow/deny decisions for set*uid calls
on a system, and we want to add similar functionality for set*gid
calls. The work to do that is not yet complete, so probably won't make
it in for v5.8, but we are looking to get this simple patch in for
v5.8 since we have it ready. We are planning on the rest of the work
for extending the SafeSetID LSM being merged during the v5.9 merge
window.

This patch was sent to the security mailing list and there were no objections.

Signed-off-by: Micah Morton <mortonm@chromium.org>

----------------------------------------------------------------
Micah Morton (1):
      security: Add LSM hooks to set*gid syscalls

 include/linux/lsm_hook_defs.h |  2 ++
 include/linux/lsm_hooks.h     |  9 +++++++++
 include/linux/security.h      |  9 +++++++++
 kernel/sys.c                  | 15 ++++++++++++++-
 security/security.c           |  6 ++++++
 5 files changed, 40 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-06-16 16:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 18:26 [GIT PULL] SafeSetID LSM changes for v5.8 Micah Morton
2020-06-12 21:23 ` Linus Torvalds
2020-06-14 18:03   ` Micah Morton
2020-06-14 18:39     ` Linus Torvalds
2020-06-14 19:12       ` Micah Morton
2020-06-14 19:20         ` Linus Torvalds
2020-06-15 16:28           ` Micah Morton
2020-06-14 18:55     ` pr-tracker-bot
2020-06-15  5:21     ` James Morris
2020-06-15 16:22       ` Micah Morton
2020-06-15 18:03         ` James Morris
2020-06-16 16:35           ` Micah Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).