![]() |
|
|||
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 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |