Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 
0003 #include <linux/ima.h>
0004 #include <asm/boot_data.h>
0005 
0006 bool arch_ima_get_secureboot(void)
0007 {
0008     return ipl_secure_flag;
0009 }
0010 
0011 const char * const *arch_get_ima_policy(void)
0012 {
0013     return NULL;
0014 }