mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +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
|
||||
return 1
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
ima_run() {
|
||||
|
||||
Reference in New Issue
Block a user