[PATCH] selftests: remove the LSM_ID_IMA check in lsm/lsm_list_modules_test

Paul Moore paul at paul-moore.com
Mon Nov 27 17:07:02 UTC 2023


On Sat, Nov 25, 2023 at 11:51 AM Casey Schaufler <casey at schaufler-ca.com> wrote:
> On 11/22/2023 8:07 AM, Paul Moore wrote:
> > The IMA LSM ID token was removed as IMA isn't yet a proper LSM, but
> > we forgot to remove the check from the selftest.
> >
> > Reported-by: kernel test robot <yujie.liu at intel.com>
> > Closes: https://lore.kernel.org/r/202311221047.a9Dww3vY-lkp@intel.com/
> > Signed-off-by: Paul Moore <paul at paul-moore.com>
>
> Acked-by: Casey Schaufler <casey at schaufler-ca.com>
>
> > ---
> >  tools/testing/selftests/lsm/lsm_list_modules_test.c | 3 ---
> >  1 file changed, 3 deletions(-)

Merged into lsm/dev, thanks.

> > diff --git a/tools/testing/selftests/lsm/lsm_list_modules_test.c b/tools/testing/selftests/lsm/lsm_list_modules_test.c
> > index 445c02f09c74..9df29b1e3497 100644
> > --- a/tools/testing/selftests/lsm/lsm_list_modules_test.c
> > +++ b/tools/testing/selftests/lsm/lsm_list_modules_test.c
> > @@ -101,9 +101,6 @@ TEST(correct_lsm_list_modules)
> >               case LSM_ID_TOMOYO:
> >                       name = "tomoyo";
> >                       break;
> > -             case LSM_ID_IMA:
> > -                     name = "ima";
> > -                     break;
> >               case LSM_ID_APPARMOR:
> >                       name = "apparmor";
> >                       break;

-- 
paul-moore.com



More information about the Linux-security-module-archive mailing list