Message ID | 165731248606.335227.15503387932450699761.stgit@olly (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Paul Moore |
Headers | show |
Series | MAINTAINERS: update the LSM maintainer info | expand |
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/ > >
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/ > >
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?
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/ >
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.
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.
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/
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(-)