Message ID | 20231115170405.113117-2-paul@paul-moore.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Paul Moore |
Headers | show |
Series | MAINTAINERS: update the SELinux entry | expand |
On Wed, Nov 15, 2023 at 12:04 PM Paul Moore <paul@paul-moore.com> wrote: > > Bring the SELinux entry up to date with the following changes: > > * Remove the selinuxproject.org link. The wiki located there is in > read-only mode and exists primarily for historical reasons. > > * 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 SELinux 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. > > Signed-off-by: Paul Moore <paul@paul-moore.com> > --- > MAINTAINERS | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 97f51d5ec1cf..e5d289eaba83 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19520,8 +19520,10 @@ M: Stephen Smalley <stephen.smalley.work@gmail.com> > M: Eric Paris <eparis@parisplace.org> > L: selinux@vger.kernel.org > S: Supported > -W: https://selinuxproject.org > W: https://github.com/SELinuxProject > +Q: https://patchwork.kernel.org/project/selinux/list > +B: mailto:selinux@vger.kernel.org > +P: https://github.com/SELinuxProject/selinux-kernel/blob/main/README.md > T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git Unfortunately I didn't realize this until the patch hit my inbox, but I should also update the tree location to use https instead of git. I'll fix that when I merge the patch. > F: Documentation/ABI/removed/sysfs-selinux-checkreqprot > F: Documentation/ABI/removed/sysfs-selinux-disable > -- > 2.42.1
On Wed, Nov 15, 2023 at 12:21 PM Paul Moore <paul@paul-moore.com> wrote: > On Wed, Nov 15, 2023 at 12:04 PM Paul Moore <paul@paul-moore.com> wrote: > > > > Bring the SELinux entry up to date with the following changes: > > > > * Remove the selinuxproject.org link. The wiki located there is in > > read-only mode and exists primarily for historical reasons. > > > > * 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 SELinux 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. > > > > Signed-off-by: Paul Moore <paul@paul-moore.com> > > --- > > MAINTAINERS | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 97f51d5ec1cf..e5d289eaba83 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -19520,8 +19520,10 @@ M: Stephen Smalley <stephen.smalley.work@gmail.com> > > M: Eric Paris <eparis@parisplace.org> > > L: selinux@vger.kernel.org > > S: Supported > > -W: https://selinuxproject.org > > W: https://github.com/SELinuxProject > > +Q: https://patchwork.kernel.org/project/selinux/list > > +B: mailto:selinux@vger.kernel.org > > +P: https://github.com/SELinuxProject/selinux-kernel/blob/main/README.md > > T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git > > Unfortunately I didn't realize this until the patch hit my inbox, but > I should also update the tree location to use https instead of git. > I'll fix that when I merge the patch. Merged into selinux/dev.
diff --git a/MAINTAINERS b/MAINTAINERS index 97f51d5ec1cf..e5d289eaba83 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19520,8 +19520,10 @@ M: Stephen Smalley <stephen.smalley.work@gmail.com> M: Eric Paris <eparis@parisplace.org> L: selinux@vger.kernel.org S: Supported -W: https://selinuxproject.org W: https://github.com/SELinuxProject +Q: https://patchwork.kernel.org/project/selinux/list +B: mailto:selinux@vger.kernel.org +P: https://github.com/SELinuxProject/selinux-kernel/blob/main/README.md T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git F: Documentation/ABI/removed/sysfs-selinux-checkreqprot F: Documentation/ABI/removed/sysfs-selinux-disable
Bring the SELinux entry up to date with the following changes: * Remove the selinuxproject.org link. The wiki located there is in read-only mode and exists primarily for historical reasons. * 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 SELinux 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. Signed-off-by: Paul Moore <paul@paul-moore.com> --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)