All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selinux: fix the output of ./scripts/get_maintainer.pl for SELinux
@ 2014-02-06 12:51 Paul Moore
  2014-02-06 14:38 ` Stephen Smalley
  2014-02-06 23:52 ` James Morris
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Moore @ 2014-02-06 12:51 UTC (permalink / raw)
  To: selinux; +Cc: Stephen Smalley, James Morris

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 <paul@paul-moore.com> (supporter:SELINUX SECURITY...)
 Stephen Smalley <sds@tycho.nsa.gov> (supporter:SELINUX SECURITY...)
 Eric Paris <eparis@parisplace.org> (supporter:SELINUX SECURITY...)
 James Morris <james.l.morris@oracle.com> (supporter:SECURITY SUBSYSTEM)
 selinux@tycho.nsa.gov (moderated list:SELINUX SECURITY...)
 linux-security-module@vger.kernel.org (open list:SECURITY SUBSYSTEM)
 linux-kernel@vger.kernel.org (open list)

Cc: Stephen Smalley <sds@tycho.nsa.gov>
Cc: Eric Paris <eparis@parisplace.org>
Cc: James Morris <james.l.morris@oracle.com>
Signed-off-by: Paul Moore <pmoore@redhat.com>
---
 MAINTAINERS |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6a6e4ac..bfe8da4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7583,11 +7583,10 @@ M:	Security Officers <security@kernel.org>
 S:	Supported
 
 SELINUX SECURITY MODULE
+M:	Paul Moore <paul@paul-moore.com>
 M:	Stephen Smalley <sds@tycho.nsa.gov>
-M:	James Morris <james.l.morris@oracle.com>
 M:	Eric Paris <eparis@parisplace.org>
-M:	Paul Moore <paul@paul-moore.com>
-L:	selinux@tycho.nsa.gov (subscribers-only, general discussion)
+L:	selinux@tycho.nsa.gov (moderated for non-subscribers)
 W:	http://selinuxproject.org
 T:	git git://git.infradead.org/users/pcmoore/selinux
 S:	Supported

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] selinux: fix the output of ./scripts/get_maintainer.pl for SELinux
  2014-02-06 12:51 [PATCH] selinux: fix the output of ./scripts/get_maintainer.pl for SELinux Paul Moore
@ 2014-02-06 14:38 ` Stephen Smalley
  2014-02-06 23:52 ` James Morris
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Smalley @ 2014-02-06 14:38 UTC (permalink / raw)
  To: Paul Moore, selinux; +Cc: James Morris

On 02/06/2014 07:51 AM, Paul Moore wrote:
> 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 <paul@paul-moore.com> (supporter:SELINUX SECURITY...)
>  Stephen Smalley <sds@tycho.nsa.gov> (supporter:SELINUX SECURITY...)
>  Eric Paris <eparis@parisplace.org> (supporter:SELINUX SECURITY...)
>  James Morris <james.l.morris@oracle.com> (supporter:SECURITY SUBSYSTEM)
>  selinux@tycho.nsa.gov (moderated list:SELINUX SECURITY...)
>  linux-security-module@vger.kernel.org (open list:SECURITY SUBSYSTEM)
>  linux-kernel@vger.kernel.org (open list)
> 
> Cc: Stephen Smalley <sds@tycho.nsa.gov>
> Cc: Eric Paris <eparis@parisplace.org>
> Cc: James Morris <james.l.morris@oracle.com>
> Signed-off-by: Paul Moore <pmoore@redhat.com>

Acked-by: Stephen Smalley <sds@tycho.nsa.gov>

> ---
>  MAINTAINERS |    5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6a6e4ac..bfe8da4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7583,11 +7583,10 @@ M:	Security Officers <security@kernel.org>
>  S:	Supported
>  
>  SELINUX SECURITY MODULE
> +M:	Paul Moore <paul@paul-moore.com>
>  M:	Stephen Smalley <sds@tycho.nsa.gov>
> -M:	James Morris <james.l.morris@oracle.com>
>  M:	Eric Paris <eparis@parisplace.org>
> -M:	Paul Moore <paul@paul-moore.com>
> -L:	selinux@tycho.nsa.gov (subscribers-only, general discussion)
> +L:	selinux@tycho.nsa.gov (moderated for non-subscribers)
>  W:	http://selinuxproject.org
>  T:	git git://git.infradead.org/users/pcmoore/selinux
>  S:	Supported
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] selinux: fix the output of ./scripts/get_maintainer.pl for SELinux
  2014-02-06 12:51 [PATCH] selinux: fix the output of ./scripts/get_maintainer.pl for SELinux Paul Moore
  2014-02-06 14:38 ` Stephen Smalley
@ 2014-02-06 23:52 ` James Morris
  1 sibling, 0 replies; 3+ messages in thread
From: James Morris @ 2014-02-06 23:52 UTC (permalink / raw)
  To: Paul Moore; +Cc: Stephen Smalley, James Morris, selinux

On Thu, 6 Feb 2014, Paul Moore wrote:

> 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 <paul@paul-moore.com> (supporter:SELINUX SECURITY...)
>  Stephen Smalley <sds@tycho.nsa.gov> (supporter:SELINUX SECURITY...)
>  Eric Paris <eparis@parisplace.org> (supporter:SELINUX SECURITY...)
>  James Morris <james.l.morris@oracle.com> (supporter:SECURITY SUBSYSTEM)
>  selinux@tycho.nsa.gov (moderated list:SELINUX SECURITY...)
>  linux-security-module@vger.kernel.org (open list:SECURITY SUBSYSTEM)
>  linux-kernel@vger.kernel.org (open list)
> 
> Cc: Stephen Smalley <sds@tycho.nsa.gov>
> Cc: Eric Paris <eparis@parisplace.org>
> Cc: James Morris <james.l.morris@oracle.com>
> Signed-off-by: Paul Moore <pmoore@redhat.com>

Applied to
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next


-- 
James Morris
<jmorris@namei.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-06 23:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-06 12:51 [PATCH] selinux: fix the output of ./scripts/get_maintainer.pl for SELinux Paul Moore
2014-02-06 14:38 ` Stephen Smalley
2014-02-06 23:52 ` James Morris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.