diff options
author | Paul Moore <paul@paul-moore.com> | 2023-11-15 19:50:29 +0300 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2023-11-16 20:45:33 +0300 |
commit | f5364ecfd8c3ec81cf3350caa4629d98408101e5 (patch) | |
tree | 02fc18e93090d14488a597c65fd57bd85ffb437a | |
parent | a67d2a14a77eed5dbdace1801bf2255962121bdb (diff) | |
download | linux-f5364ecfd8c3ec81cf3350caa4629d98408101e5.tar.xz |
MAINTAINERS: update the SELinux entry
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.
* Update the source tree's git URI to use https.
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 97f51d5ec1cf..931c52cc8393 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19520,9 +19520,11 @@ 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 -T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git +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 https://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 F: Documentation/admin-guide/LSM/SELinux.rst |