All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update the LSM maintainer info
@ 2022-07-08 20:34 Paul Moore
  2022-07-08 20:39 ` Casey Schaufler
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Paul Moore @ 2022-07-08 20:34 UTC (permalink / raw)
  To: linux-security-module, James Morris

After many years of shepherding the LSM layer, and Linux kernel
access control in general, James has decided to take a small step
away from his technical role and has asked me to assume the
day-to-day maintenance tasks for the LSM.  This patch makes the
necessary updates to the MAINTAINERS file.

Thanks for all you patience and stewardship over the years James,
I promise to do my best not to screw it all up :)

Cc: linux-security-module@vger.kernel.org
Signed-off-by: Paul Moore <paul@paul-moore.com>
---
 MAINTAINERS |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a6d3bd9d2a8d..5c7c5d04b99d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17909,12 +17909,13 @@ S:	Supported
 F:	Documentation/admin-guide/security-bugs.rst
 
 SECURITY SUBSYSTEM
+M:	Paul Moore <paul@paul-moore.com>
 M:	James Morris <jmorris@namei.org>
 M:	"Serge E. Hallyn" <serge@hallyn.com>
 L:	linux-security-module@vger.kernel.org (suggested Cc:)
 S:	Supported
 W:	http://kernsec.org/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
 F:	security/
 X:	security/selinux/
 


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

* Re: [PATCH] MAINTAINERS: update the LSM maintainer info
  2022-07-08 20:34 [PATCH] MAINTAINERS: update the LSM maintainer info Paul Moore
@ 2022-07-08 20:39 ` Casey Schaufler
  2022-07-08 21:00 ` James Morris
  2022-07-10 14:15 ` Serge E. Hallyn
  2 siblings, 0 replies; 7+ messages in thread
From: Casey Schaufler @ 2022-07-08 20:39 UTC (permalink / raw)
  To: Paul Moore, linux-security-module, James Morris

On 7/8/2022 1:34 PM, Paul Moore wrote:
> After many years of shepherding the LSM layer, and Linux kernel
> access control in general, James has decided to take a small step
> away from his technical role and has asked me to assume the
> day-to-day maintenance tasks for the LSM.  This patch makes the
> necessary updates to the MAINTAINERS file.
>
> Thanks for all you patience and stewardship over the years James,
> I promise to do my best not to screw it all up :)
>
> Cc: linux-security-module@vger.kernel.org
> Signed-off-by: Paul Moore <paul@paul-moore.com>

Acked-by: Casey Schaufler <casey@schaufler-ca.com>

> ---
>  MAINTAINERS |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a6d3bd9d2a8d..5c7c5d04b99d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17909,12 +17909,13 @@ S:	Supported
>  F:	Documentation/admin-guide/security-bugs.rst
>  
>  SECURITY SUBSYSTEM
> +M:	Paul Moore <paul@paul-moore.com>
>  M:	James Morris <jmorris@namei.org>
>  M:	"Serge E. Hallyn" <serge@hallyn.com>
>  L:	linux-security-module@vger.kernel.org (suggested Cc:)
>  S:	Supported
>  W:	http://kernsec.org/
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
>  F:	security/
>  X:	security/selinux/
>  
>

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

* Re: [PATCH] MAINTAINERS: update the LSM maintainer info
  2022-07-08 20:34 [PATCH] MAINTAINERS: update the LSM maintainer info Paul Moore
  2022-07-08 20:39 ` Casey Schaufler
@ 2022-07-08 21:00 ` James Morris
  2022-07-10 14:06   ` Paul Moore
  2022-07-10 14:15 ` Serge E. Hallyn
  2 siblings, 1 reply; 7+ messages in thread
From: James Morris @ 2022-07-08 21:00 UTC (permalink / raw)
  To: Paul Moore; +Cc: linux-security-module

On Fri, 8 Jul 2022, Paul Moore wrote:

> After many years of shepherding the LSM layer, and Linux kernel
> access control in general, James has decided to take a small step
> away from his technical role and has asked me to assume the
> day-to-day maintenance tasks for the LSM.  This patch makes the
> necessary updates to the MAINTAINERS file.
> 
> Thanks for all you patience and stewardship over the years James,
> I promise to do my best not to screw it all up :)
> 
> Cc: linux-security-module@vger.kernel.org
> Signed-off-by: Paul Moore <paul@paul-moore.com>


Acked-by: James Morris <jamorris@linux.microsoft.com>

> ---
>  MAINTAINERS |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a6d3bd9d2a8d..5c7c5d04b99d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17909,12 +17909,13 @@ S:	Supported
>  F:	Documentation/admin-guide/security-bugs.rst
>  
>  SECURITY SUBSYSTEM
> +M:	Paul Moore <paul@paul-moore.com>
>  M:	James Morris <jmorris@namei.org>
>  M:	"Serge E. Hallyn" <serge@hallyn.com>
>  L:	linux-security-module@vger.kernel.org (suggested Cc:)
>  S:	Supported
>  W:	http://kernsec.org/
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
>  F:	security/
>  X:	security/selinux/
>  
> 

-- 
James Morris
<jmorris@namei.org>


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

* Re: [PATCH] MAINTAINERS: update the LSM maintainer info
  2022-07-08 21:00 ` James Morris
@ 2022-07-10 14:06   ` Paul Moore
  2022-07-11 16:16     ` James Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Moore @ 2022-07-10 14:06 UTC (permalink / raw)
  To: James Morris; +Cc: linux-security-module

On Fri, Jul 8, 2022 at 5:19 PM James Morris <jmorris@namei.org> wrote:
> On Fri, 8 Jul 2022, Paul Moore wrote:
> > After many years of shepherding the LSM layer, and Linux kernel
> > access control in general, James has decided to take a small step
> > away from his technical role and has asked me to assume the
> > day-to-day maintenance tasks for the LSM.  This patch makes the
> > necessary updates to the MAINTAINERS file.
> >
> > Thanks for all you patience and stewardship over the years James,
> > I promise to do my best not to screw it all up :)
> >
> > Cc: linux-security-module@vger.kernel.org
> > Signed-off-by: Paul Moore <paul@paul-moore.com>
>
> Acked-by: James Morris <jamorris@linux.microsoft.com>

James, are you planning to send this up to Linus during the next merge
window or should I?

-- 
paul-moore.com

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

* Re: [PATCH] MAINTAINERS: update the LSM maintainer info
  2022-07-08 20:34 [PATCH] MAINTAINERS: update the LSM maintainer info Paul Moore
  2022-07-08 20:39 ` Casey Schaufler
  2022-07-08 21:00 ` James Morris
@ 2022-07-10 14:15 ` Serge E. Hallyn
  2 siblings, 0 replies; 7+ messages in thread
From: Serge E. Hallyn @ 2022-07-10 14:15 UTC (permalink / raw)
  To: Paul Moore; +Cc: linux-security-module, James Morris

On Fri, Jul 08, 2022 at 04:34:46PM -0400, Paul Moore wrote:
> After many years of shepherding the LSM layer, and Linux kernel
> access control in general, James has decided to take a small step
> away from his technical role and has asked me to assume the
> day-to-day maintenance tasks for the LSM.  This patch makes the
> necessary updates to the MAINTAINERS file.
> 
> Thanks for all you patience and stewardship over the years James,
> I promise to do my best not to screw it all up :)
> 
> Cc: linux-security-module@vger.kernel.org

Acked-by: Serge Hallyn <serge@hallyn.com>

> Signed-off-by: Paul Moore <paul@paul-moore.com>
> ---
>  MAINTAINERS |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a6d3bd9d2a8d..5c7c5d04b99d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17909,12 +17909,13 @@ S:	Supported
>  F:	Documentation/admin-guide/security-bugs.rst
>  
>  SECURITY SUBSYSTEM
> +M:	Paul Moore <paul@paul-moore.com>
>  M:	James Morris <jmorris@namei.org>
>  M:	"Serge E. Hallyn" <serge@hallyn.com>
>  L:	linux-security-module@vger.kernel.org (suggested Cc:)
>  S:	Supported
>  W:	http://kernsec.org/
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
>  F:	security/
>  X:	security/selinux/
>  

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

* Re: [PATCH] MAINTAINERS: update the LSM maintainer info
  2022-07-10 14:06   ` Paul Moore
@ 2022-07-11 16:16     ` James Morris
  2022-07-11 17:49       ` Paul Moore
  0 siblings, 1 reply; 7+ messages in thread
From: James Morris @ 2022-07-11 16:16 UTC (permalink / raw)
  To: Paul Moore; +Cc: linux-security-module

On Sun, 10 Jul 2022, Paul Moore wrote:

> On Fri, Jul 8, 2022 at 5:19 PM James Morris <jmorris@namei.org> wrote:
> > On Fri, 8 Jul 2022, Paul Moore wrote:
> > > After many years of shepherding the LSM layer, and Linux kernel
> > > access control in general, James has decided to take a small step
> > > away from his technical role and has asked me to assume the
> > > day-to-day maintenance tasks for the LSM.  This patch makes the
> > > necessary updates to the MAINTAINERS file.
> > >
> > > Thanks for all you patience and stewardship over the years James,
> > > I promise to do my best not to screw it all up :)
> > >
> > > Cc: linux-security-module@vger.kernel.org
> > > Signed-off-by: Paul Moore <paul@paul-moore.com>
> >
> > Acked-by: James Morris <jamorris@linux.microsoft.com>
> 
> James, are you planning to send this up to Linus during the next merge
> window or should I?

Feel free to send it directly.


-- 
James Morris
<jmorris@namei.org>


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

* Re: [PATCH] MAINTAINERS: update the LSM maintainer info
  2022-07-11 16:16     ` James Morris
@ 2022-07-11 17:49       ` Paul Moore
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Moore @ 2022-07-11 17:49 UTC (permalink / raw)
  To: James Morris; +Cc: linux-security-module

On Mon, Jul 11, 2022 at 12:35 PM James Morris <jmorris@namei.org> wrote:
> On Sun, 10 Jul 2022, Paul Moore wrote:
> > On Fri, Jul 8, 2022 at 5:19 PM James Morris <jmorris@namei.org> wrote:
> > > On Fri, 8 Jul 2022, Paul Moore wrote:
> > > > After many years of shepherding the LSM layer, and Linux kernel
> > > > access control in general, James has decided to take a small step
> > > > away from his technical role and has asked me to assume the
> > > > day-to-day maintenance tasks for the LSM.  This patch makes the
> > > > necessary updates to the MAINTAINERS file.
> > > >
> > > > Thanks for all you patience and stewardship over the years James,
> > > > I promise to do my best not to screw it all up :)
> > > >
> > > > Cc: linux-security-module@vger.kernel.org
> > > > Signed-off-by: Paul Moore <paul@paul-moore.com>
> > >
> > > Acked-by: James Morris <jamorris@linux.microsoft.com>
> >
> > James, are you planning to send this up to Linus during the next merge
> > window or should I?
>
> Feel free to send it directly.

Will do.  Merged into
git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git (next
branch) with James', Serge's, and Casey's ACKs.

Thanks all.

-- 
paul-moore.com

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

end of thread, other threads:[~2022-07-11 17:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08 20:34 [PATCH] MAINTAINERS: update the LSM maintainer info Paul Moore
2022-07-08 20:39 ` Casey Schaufler
2022-07-08 21:00 ` James Morris
2022-07-10 14:06   ` Paul Moore
2022-07-11 16:16     ` James Morris
2022-07-11 17:49       ` Paul Moore
2022-07-10 14:15 ` Serge E. Hallyn

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.