|
@@ -78,6 +78,7 @@
|
|
|
#include <linux/context_tracking.h>
|
|
|
#include <linux/random.h>
|
|
|
#include <linux/list.h>
|
|
|
+#include <linux/integrity.h>
|
|
|
|
|
|
#include <asm/io.h>
|
|
|
#include <asm/bugs.h>
|
|
@@ -1026,8 +1027,11 @@ static noinline void __init kernel_init_freeable(void)
|
|
|
* Ok, we have completed the initial bootup, and
|
|
|
* we're essentially up and running. Get rid of the
|
|
|
* initmem segments and start the user-mode stuff..
|
|
|
+ *
|
|
|
+ * rootfs is available now, try loading the public keys
|
|
|
+ * and default modules
|
|
|
*/
|
|
|
|
|
|
- /* rootfs is available now, try loading default modules */
|
|
|
+ integrity_load_keys();
|
|
|
load_default_modules();
|
|
|
}
|