Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 28 Feb 2024 01:00:10 +0000 (17:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 28 Feb 2024 01:00:10 +0000 (17:00 -0800)
commitcf1182944c7cc9f1c21a8a44e0d29abe12527412
tree85fa1e1f092c0233143cf7af3972187b611fc932
parent5e10bf6cb4cdcc0ede9a83a0d986899dff219bc0
parent6d2fb472ea9ea27f765f10ba65ec73d30f6b7977
Merge tag 'lsm-pr-20240227' of git://git./linux/kernel/git/pcmoore/lsm

Pull lsm fixes from Paul Moore:
 "Two small patches, one for AppArmor and one for SELinux, to fix
  potential uninitialized variable problems in the new LSM syscalls we
  added during the v6.8 merge window.

  We haven't been able to get a response from John on the AppArmor
  patch, but considering both the importance of the patch and it's
  rather simple nature it seems like a good idea to get this merged
  sooner rather than later.

  I'm sure John is just taking some much needed vacation; if we need to
  revise this when he gets back to his email we can"

* tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm:
  apparmor: fix lsm_get_self_attr()
  selinux: fix lsm_get_self_attr()
security/apparmor/lsm.c