Message ID | 20190522172241.192669-1-mortonm@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | LSM: Update MAINTAINERS file for SafeSetID LSM. | expand |
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> >
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> >
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.
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> >
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>
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(+)