repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fs/reiserfs/journal.c: change return type of dirty_one_transaction
[linux/fpc-iii.git]
/
arch
/
s390
/
kernel
/
ima_arch.c
blob
f3c3e6e1c5d38c8a2d401700b63ff55600baaece
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
}