mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
x86/ima: add missing include
As reported by 0-DAY kernel test infrastructure: arch/x86//kernel/ima_arch.c: In function 'arch_get_ima_policy': >> arch/x86//kernel/ima_arch.c:78:4: error: implicit declaration of function 'set_module_sig_enforced' [-Werror=implicit-function-declaration] Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
parent
8db5da0b86
commit
3d45ad9260
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
* Copyright (C) 2018 IBM Corporation
|
||||
*/
|
||||
#include <linux/efi.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/ima.h>
|
||||
|
||||
extern struct boot_params boot_params;
|
||||
|
|
Loading…
Add table
Reference in a new issue