ima: extend the measurement list to include the file signature
[firefly-linux-kernel-4.4.55.git] / security / integrity / ima / ima_init.c
index f84aec5412f37e0f7d1ed203452ab3534b13f75a..15f34bd40abed1530216be53c59658b6245d280b 100644 (file)
@@ -69,7 +69,7 @@ static void __init ima_add_boot_aggregate(void)
        }
 
        result = ima_alloc_init_template(iint, NULL, boot_aggregate_name,
-                                        &entry);
+                                        NULL, 0, &entry);
        if (result < 0)
                return;