]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Nov 2021 04:17:39 +0000 (21:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Nov 2021 04:17:39 +0000 (21:17 -0700)
commit8595d69efca54a24aaf222ed7d01829ab9c41b54
treed595ee8a0256eda697c1ac33b73a738990a65f55
parentb6bd28365a4e06f3c6b67f8a892689e89a354db6
parent7584d986fff99c2388a8a1d0c5afefdeda967bf4
Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit

Pull audit updates from Paul Moore:
 "Add some additional audit logging to capture the openat2() syscall
  open_how struct info.

  Previous variations of the open()/openat() syscalls allowed audit
  admins to inspect the syscall args to get the information contained in
  the new open_how struct used in openat2()"

* tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit:
  audit: return early if the filter rule has a lower priority
  audit: add OPENAT2 record to list "how" info
  audit: add support for the openat2 syscall
  audit: replace magic audit syscall class numbers with macros
  lsm_audit: avoid overloading the "key" audit field
  audit: Convert to SPDX identifier
  audit: rename struct node to struct audit_node to prevent future name collisions
MAINTAINERS
include/linux/audit.h
include/uapi/linux/audit.h
kernel/audit.h
kernel/audit_tree.c
kernel/auditsc.c