]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Oct 2020 17:45:26 +0000 (10:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Oct 2020 17:45:26 +0000 (10:45 -0700)
commite7e912f105bf76e6fd15c05806660686ccfe1d2d
treed06fd8687b590bc5814dea1e28dbf39944c91a90
parentbe8da7066cf73387c879d1d341537764a4e5b778
parent145b0ea46559b76b81a2f32a9bea7f14e527d173
Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linux

Pull SafeSetID updates from Micah Morton:
 "The changes are mostly contained to within the SafeSetID LSM, with the
  exception of a few 1-line changes to change some ns_capable() calls to
  ns_capable_setid() -- causing a flag (CAP_OPT_INSETID) to be set that
  is examined by SafeSetID code and nothing else in the kernel.

  The changes to SafeSetID internally allow for setting up GID
  transition security policies, as already existed for UIDs"

* tag 'safesetid-5.10' of git://github.com/micah-morton/linux:
  LSM: SafeSetID: Fix warnings reported by test bot
  LSM: SafeSetID: Add GID security policy handling
  LSM: Signal to SafeSetID when setting group IDs
kernel/sys.c