Commit 80b4ff1d authored by Paul Moore's avatar Paul Moore

selftests: remove the LSM_ID_IMA check in lsm/lsm_list_modules_test

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: default avatarkernel test robot <yujie.liu@intel.com>
Closes: https://lore.kernel.org/r/202311221047.a9Dww3vY-lkp@intel.com/Acked-by: default avatarCasey Schaufler <casey@schaufler-ca.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent afe576a6
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment