]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-morton/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Jun 2020 18:39:31 +0000 (11:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Jun 2020 18:39:31 +0000 (11:39 -0700)
commit5ee7ca574da43efcf9c2315e58ee43d76db75c2c
tree65ffaafafca247113124b1d62e4e9bdd8b2a3f4d
parent78a28f384622924ba3178d3a5437fdbcdf11d870
parent911216abf0287b8c50ac06f4d9939adfa63b32a9
Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-morton/linux

Pull SafeSetID update from Micah Morton:
 "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"

* tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-morton/linux:
  security: Add LSM hooks to set*gid syscalls
include/linux/lsm_hook_defs.h
include/linux/lsm_hooks.h
include/linux/security.h
kernel/sys.c
security/security.c