mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
lsm: handle SELinux LSM correctly
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
06b5d2fa8d
commit
ea1c891476
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue