All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] LSM: Update MAINTAINERS file for SafeSetID LSM.
@ 2019-05-22 17:22 Micah Morton
  2019-05-22 17:42 ` James Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Micah Morton @ 2019-05-22 17:22 UTC (permalink / raw)
  To: jmorris, linux-security-module; +Cc: Micah Morton

This is in preparation for SafeSetID to be maintained in its own tree,
rather than going via the security tree.

Signed-off-by: Micah Morton <mortonm@chromium.org>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e5a5d263f29..0fcd34e64fa7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13561,6 +13561,12 @@ F:	drivers/media/common/saa7146/
 F:	drivers/media/pci/saa7146/
 F:	include/media/drv-intf/saa7146*
 
+SAFESETID SECURITY MODULE
+M:	Micah Morton <mortonm@chromium.org>
+S:	Supported
+F:	security/safesetid/
+F:	Documentation/admin-guide/LSM/SafeSetID.rst
+
 SAMSUNG AUDIO (ASoC) DRIVERS
 M:	Krzysztof Kozlowski <krzk@kernel.org>
 M:	Sangbeom Kim <sbkim73@samsung.com>
-- 
2.21.0.1020.gf2820cf01a-goog


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

* Re: [PATCH] LSM: Update MAINTAINERS file for SafeSetID LSM.
  2019-05-22 17:22 [PATCH] LSM: Update MAINTAINERS file for SafeSetID LSM Micah Morton
@ 2019-05-22 17:42 ` James Morris
  2019-07-12 15:30   ` Micah Morton
  0 siblings, 1 reply; 5+ messages in thread
From: James Morris @ 2019-05-22 17:42 UTC (permalink / raw)
  To: Micah Morton; +Cc: linux-security-module

On Wed, 22 May 2019, Micah Morton wrote:

> This is in preparation for SafeSetID to be maintained in its own tree,
> rather than going via the security tree.
> 
> Signed-off-by: Micah Morton <mortonm@chromium.org>


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

> ---
>  MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3e5a5d263f29..0fcd34e64fa7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13561,6 +13561,12 @@ F:	drivers/media/common/saa7146/
>  F:	drivers/media/pci/saa7146/
>  F:	include/media/drv-intf/saa7146*
>  
> +SAFESETID SECURITY MODULE
> +M:	Micah Morton <mortonm@chromium.org>
> +S:	Supported
> +F:	security/safesetid/
> +F:	Documentation/admin-guide/LSM/SafeSetID.rst
> +
>  SAMSUNG AUDIO (ASoC) DRIVERS
>  M:	Krzysztof Kozlowski <krzk@kernel.org>
>  M:	Sangbeom Kim <sbkim73@samsung.com>
> 

-- 
James Morris
<jmorris@namei.org>


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

* Re: [PATCH] LSM: Update MAINTAINERS file for SafeSetID LSM.
  2019-05-22 17:42 ` James Morris
@ 2019-07-12 15:30   ` Micah Morton
  2019-07-12 17:15     ` James Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Micah Morton @ 2019-07-12 15:30 UTC (permalink / raw)
  To: James Morris; +Cc: linux-security-module

Hi James,

Are we still merging this kind of thing through your tree?

Or does it make more sense for me to send this through my tree when I
get one up and running?

I was trying to get in the MAINTAINERS file since it seems that this
is a prerequisite for getting an account for hosting my tree on
git.kernel.org.

Thanks



On Wed, May 22, 2019 at 10:42 AM James Morris <jmorris@namei.org> wrote:
>
> On Wed, 22 May 2019, Micah Morton wrote:
>
> > This is in preparation for SafeSetID to be maintained in its own tree,
> > rather than going via the security tree.
> >
> > Signed-off-by: Micah Morton <mortonm@chromium.org>
>
>
> Acked-by: James Morris <jamorris@linux.microsoft.com>
>
> > ---
> >  MAINTAINERS | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 3e5a5d263f29..0fcd34e64fa7 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -13561,6 +13561,12 @@ F:   drivers/media/common/saa7146/
> >  F:   drivers/media/pci/saa7146/
> >  F:   include/media/drv-intf/saa7146*
> >
> > +SAFESETID SECURITY MODULE
> > +M:   Micah Morton <mortonm@chromium.org>
> > +S:   Supported
> > +F:   security/safesetid/
> > +F:   Documentation/admin-guide/LSM/SafeSetID.rst
> > +
> >  SAMSUNG AUDIO (ASoC) DRIVERS
> >  M:   Krzysztof Kozlowski <krzk@kernel.org>
> >  M:   Sangbeom Kim <sbkim73@samsung.com>
> >
>
> --
> James Morris
> <jmorris@namei.org>
>

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

* Re: [PATCH] LSM: Update MAINTAINERS file for SafeSetID LSM.
  2019-07-12 15:30   ` Micah Morton
@ 2019-07-12 17:15     ` James Morris
  2019-07-15 16:52       ` Micah Morton
  0 siblings, 1 reply; 5+ messages in thread
From: James Morris @ 2019-07-12 17:15 UTC (permalink / raw)
  To: Micah Morton; +Cc: linux-security-module

On Fri, 12 Jul 2019, Micah Morton wrote:

> Hi James,
> 
> Are we still merging this kind of thing through your tree?
> 
> Or does it make more sense for me to send this through my tree when I
> get one up and running?

Send it via your tree with my acked-by.

-- 
James Morris
<jmorris@namei.org>


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

* Re: [PATCH] LSM: Update MAINTAINERS file for SafeSetID LSM.
  2019-07-12 17:15     ` James Morris
@ 2019-07-15 16:52       ` Micah Morton
  0 siblings, 0 replies; 5+ messages in thread
From: Micah Morton @ 2019-07-15 16:52 UTC (permalink / raw)
  To: James Morris; +Cc: linux-security-module

Sounds good.

On Fri, Jul 12, 2019 at 10:15 AM James Morris <jmorris@namei.org> wrote:
>
> On Fri, 12 Jul 2019, Micah Morton wrote:
>
> > Hi James,
> >
> > Are we still merging this kind of thing through your tree?
> >
> > Or does it make more sense for me to send this through my tree when I
> > get one up and running?
>
> Send it via your tree with my acked-by.
>
> --
> James Morris
> <jmorris@namei.org>
>

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

end of thread, other threads:[~2019-07-15 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-22 17:22 [PATCH] LSM: Update MAINTAINERS file for SafeSetID LSM Micah Morton
2019-05-22 17:42 ` James Morris
2019-07-12 15:30   ` Micah Morton
2019-07-12 17:15     ` James Morris
2019-07-15 16:52       ` Micah Morton

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.