]> Git Repo - J-linux.git/blob - arch/s390/kernel/ima_arch.c
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / arch / s390 / kernel / ima_arch.c
1 // SPDX-License-Identifier: GPL-2.0
2
3 #include <linux/ima.h>
4 #include <asm/boot_data.h>
5
6 bool arch_ima_get_secureboot(void)
7 {
8         return ipl_secure_flag;
9 }
10
11 const char * const *arch_get_ima_policy(void)
12 {
13         return NULL;
14 }
This page took 0.026989 seconds and 4 git commands to generate.