// SPDX-License-Identifier: GPL-2.0 #include #include bool arch_ima_get_secureboot(void) { return ipl_secure_flag; } const char * const *arch_get_ima_policy(void) { return NULL; }