aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ima.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ima.h')
-rw-r--r--include/linux/ima.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/ima.h b/include/linux/ima.h
index 6db30a328d98..0e2aa45cb0ce 100644
--- a/include/linux/ima.h
+++ b/include/linux/ima.h
@@ -7,11 +7,12 @@
7 * the Free Software Foundation, version 2 of the License. 7 * the Free Software Foundation, version 2 of the License.
8 */ 8 */
9 9
10#include <linux/fs.h>
11
12#ifndef _LINUX_IMA_H 10#ifndef _LINUX_IMA_H
13#define _LINUX_IMA_H 11#define _LINUX_IMA_H
14 12
13#include <linux/fs.h>
14struct linux_binprm;
15
15#ifdef CONFIG_IMA 16#ifdef CONFIG_IMA
16extern int ima_bprm_check(struct linux_binprm *bprm); 17extern int ima_bprm_check(struct linux_binprm *bprm);
17extern int ima_inode_alloc(struct inode *inode); 18extern int ima_inode_alloc(struct inode *inode);