mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-21 11:48:52 +00:00
initramfs-framework-ima: let ima_enabled return 0
Otherwise, ima script would not run as intended. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -6,6 +6,7 @@ ima_enabled() {
|
|||||||
if [ "$bootparam_no_ima" = "true" ]; then
|
if [ "$bootparam_no_ima" = "true" ]; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
ima_run() {
|
ima_run() {
|
||||||
|
|||||||
Reference in New Issue
Block a user