diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-04-27 13:50:58 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-04-27 13:50:58 -0700 |
commit | e359bce39d9085ab24eaa0bb0778bb5f6894144a (patch) | |
tree | b49afea280685292a10aa7123d366afede14b357 /MAINTAINERS | |
parent | f1c921fb70de06c7eda59104470134aecc7a07c4 (diff) | |
parent | b75d8f38bcc9599af42635530c00268c71911f11 (diff) | |
download | linux-e359bce39d9085ab24eaa0bb0778bb5f6894144a.tar.bz2 |
Merge tag 'audit-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Pull audit updates from Paul Moore:
"Another small pull request for audit, most of the patches are
documentation updates with only two real code changes: one to fix a
compiler warning for a dummy function/macro, and one to cleanup some
code since we removed the AUDIT_FILTER_ENTRY ages ago (v4.17)"
* tag 'audit-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit:
audit: drop /proc/PID/loginuid documentation Format field
audit: avoid -Wempty-body warning
audit: document /proc/PID/sessionid
audit: document /proc/PID/loginuid
MAINTAINERS: update audit files
audit: further cleanup of AUDIT_FILTER_ENTRY deprecation
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 83c2b1867586..411f98d96a80 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3018,9 +3018,11 @@ L: linux-audit@redhat.com (moderated for non-subscribers) S: Supported W: https://github.com/linux-audit T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git +F: include/asm-generic/audit_*.h F: include/linux/audit.h F: include/uapi/linux/audit.h F: kernel/audit* +F: lib/*audit.c AUXILIARY DISPLAY DRIVERS M: Miguel Ojeda <ojeda@kernel.org> |