Message ID | 20231115172537.130415-2-paul@paul-moore.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Paul Moore |
Headers | show |
Series | MAINTAINERS: update the audit entry | expand |
On Wed, Nov 15, 2023 at 12:25 PM Paul Moore <paul@paul-moore.com> wrote: > > Bring the audit subsystem entry up to date with the following changes: > > * Add our patchwork link. I'm not sure this is of much use for > anyone but the maintainer, but there is a provision for including it > here so we might as well include it. > > * Add a bug report URI. I suspect most everyone knows to send mail > to the mailing list if they hit a bug, but let's make it official. > > * Add a link to the audit tree process/management documentation. > While the doc exists both in the canonical kernel.org location and the > GitHub mirror, provide a link to the mirror as GitHub does a better > job rendering the Markdown. > > * Update the source tree's git URI to use https. > > * Aside from changes to the audit code itself, we also would like to > be notified when the audit call sites are changed so we are adding an > audit_XXX(...) regex to try and catch all of the callers. > > Signed-off-by: Paul Moore <paul@paul-moore.com> > --- > MAINTAINERS | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) Merged into audit/dev.
diff --git a/MAINTAINERS b/MAINTAINERS index 97f51d5ec1cf..bb967a494400 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3350,13 +3350,17 @@ M: Eric Paris <eparis@redhat.com> L: audit@vger.kernel.org S: Supported W: https://github.com/linux-audit -T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git +Q: https://patchwork.kernel.org/project/audit/list +B: mailto:audit@vger.kernel.org +P: https://github.com/linux-audit/audit-kernel/blob/main/README.md +T: git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git F: include/asm-generic/audit_*.h F: include/linux/audit.h F: include/linux/audit_arch.h F: include/uapi/linux/audit.h F: kernel/audit* F: lib/*audit.c +K: \baudit_[a-z_0-9]\+\b AUXILIARY BUS DRIVER M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Bring the audit subsystem entry up to date with the following changes: * Add our patchwork link. I'm not sure this is of much use for anyone but the maintainer, but there is a provision for including it here so we might as well include it. * Add a bug report URI. I suspect most everyone knows to send mail to the mailing list if they hit a bug, but let's make it official. * Add a link to the audit tree process/management documentation. While the doc exists both in the canonical kernel.org location and the GitHub mirror, provide a link to the mirror as GitHub does a better job rendering the Markdown. * Update the source tree's git URI to use https. * Aside from changes to the audit code itself, we also would like to be notified when the audit call sites are changed so we are adding an audit_XXX(...) regex to try and catch all of the callers. Signed-off-by: Paul Moore <paul@paul-moore.com> --- MAINTAINERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)