lsm: handle SELinux LSM correctly

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2021-06-16 10:50:41 +02:00 committed by Andrei Vagin
parent 06b5d2fa8d
commit ea1c891476

View file

@ -322,6 +322,8 @@ int collect_and_suspend_lsm(void)
if (suspend_aa() < 0)
return -1;
break;
case LSMTYPE__SELINUX:
break;
default:
pr_warn("don't know how to suspend LSM %d\n", kdat.lsm);
}