diff options
| -rw-r--r-- | meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima/ima | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima/ima b/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima/ima index 16ed53f..cff26a3 100644 --- a/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima/ima +++ b/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima/ima | |||
| @@ -6,6 +6,7 @@ ima_enabled() { | |||
| 6 | if [ "$bootparam_no_ima" = "true" ]; then | 6 | if [ "$bootparam_no_ima" = "true" ]; then |
| 7 | return 1 | 7 | return 1 |
| 8 | fi | 8 | fi |
| 9 | return 0 | ||
| 9 | } | 10 | } |
| 10 | 11 | ||
| 11 | ima_run() { | 12 | ima_run() { |
