Merge tag 'acpi-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
[deliverable/linux.git] / security / integrity / ima / ima_init.c
index 5d679a6856162d738db8d258a06e171724565806..32912bd54eadda1d73bf24d30f0d7a6a9f849c42 100644 (file)
@@ -79,7 +79,8 @@ static int __init ima_add_boot_aggregate(void)
        }
 
        result = ima_store_template(entry, violation, NULL,
-                                   boot_aggregate_name);
+                                   boot_aggregate_name,
+                                   CONFIG_IMA_MEASURE_PCR_IDX);
        if (result < 0) {
                ima_free_template_entry(entry);
                audit_cause = "store_entry";
This page took 0.027741 seconds and 5 git commands to generate.