diff options
| author | Paul Moore <[email protected]> | 2014-02-06 07:51:54 -0500 |
|---|---|---|
| committer | James Morris <[email protected]> | 2014-02-07 10:54:35 +1100 |
| commit | e0238b4ced90cb8562fbc030b73d10626c745215 (patch) | |
| tree | 0b75d251b1e0dcbc1fe447969c17454726890a04 | |
| parent | 29707b206c5171ac6583a4d1e9ec3af937e8c2e4 (diff) | |
selinux: fix the output of ./scripts/get_maintainer.pl for SELinux
Correctly tag the SELinux mailing list as moderated for non-subscribers
and do some shuffling of the SELinux maintainers to try and make things
more clear when the scripts/get_maintainer.pl script is used.
# ./scripts/get_maintainer.pl -f security/selinux
Paul Moore <[email protected]> (supporter:SELINUX SECURITY...)
Stephen Smalley <[email protected]> (supporter:SELINUX SECURITY...)
Eric Paris <[email protected]> (supporter:SELINUX SECURITY...)
James Morris <[email protected]> (supporter:SECURITY SUBSYSTEM)
[email protected] (moderated list:SELINUX SECURITY...)
[email protected] (open list:SECURITY SUBSYSTEM)
[email protected] (open list)
Cc: Eric Paris <[email protected]>
Acked-by: Stephen Smalley <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
Signed-off-by: James Morris <[email protected]>
| -rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1d33e215e0f1..e401b801ca5d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7581,11 +7581,10 @@ M: Security Officers <[email protected]> S: Supported SELINUX SECURITY MODULE +M: Paul Moore <[email protected]> M: Stephen Smalley <[email protected]> -M: James Morris <[email protected]> M: Eric Paris <[email protected]> -M: Paul Moore <[email protected]> -L: [email protected] (subscribers-only, general discussion) +L: [email protected] (moderated for non-subscribers) W: http://selinuxproject.org T: git git://git.infradead.org/users/pcmoore/selinux S: Supported |