Re: [PATCH v2 00/10] LSM: Module stacking in support of S.A.R.A and Landlock

From: Salvatore Mesoraca
Date: Sun Sep 16 2018 - 13:45:53 EST


Casey Schaufler <casey@xxxxxxxxxxxxxxxx> wrote:
>
> On 9/16/2018 9:54 AM, Salvatore Mesoraca wrote:
> > On Wed, 12 Sep 2018, James Morris <jmorris@xxxxxxxxx> wrote:
> >> Adding the SARA and LandLock authors for review & comment.
> >>
> >> Salvatore & MickaÃl: does this patchset meet your needs for merging to
> >> mainline?
> > Since the last time I submitted the patch to the ML, it grew a bit: now it needs
> > inode's blob stacking (which is already included for Landlock) and
> > kern_ipc_perm's
> > blob stacking.
> > The last one isn't implemented in this patchset, but it isn't
> > absolutely necessary.
> > I can merge a version of SARA that doesn't need it and than update it
> > when possible.
> > I can provide the same level of protection without using kern_ipc_perm
> > blob, I'm using it
> > just to minimize some potential side effects.
>
> Adding kern_ipc_perm is easy. As it looks like there will need to be
> a few revisions I will add it to the next set.

Great! Thank you very much!