diff options
author | Paul Moore <[email protected]> | 2014-02-06 07:34:02 -0500 |
---|---|---|
committer | Paul Moore <[email protected]> | 2014-02-06 07:34:02 -0500 |
commit | 81c94e76ce8e14a487bca210b3fd92ca661516ac (patch) | |
tree | 747b9cc03cfb926724b93cd4873428b6e76a41c0 | |
parent | 41be702a542a0d14bb0b1c16e824fa9ed27616ec (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: Stephen Smalley <[email protected]>
Cc: Eric Paris <[email protected]>
Cc: James Morris <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6a6e4ac72287..bfe8da460f7a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7583,11 +7583,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 |