diff options
Diffstat (limited to 'security/integrity/ima/ima_api.c')
-rw-r--r-- | security/integrity/ima/ima_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/ima_api.c b/security/integrity/ima/ima_api.c index a148a25804f6..3cd58b60afd2 100644 --- a/security/integrity/ima/ima_api.c +++ b/security/integrity/ima/ima_api.c | |||
@@ -15,7 +15,7 @@ | |||
15 | #include <linux/module.h> | 15 | #include <linux/module.h> |
16 | 16 | ||
17 | #include "ima.h" | 17 | #include "ima.h" |
18 | static char *IMA_TEMPLATE_NAME = "ima"; | 18 | static const char *IMA_TEMPLATE_NAME = "ima"; |
19 | 19 | ||
20 | /* | 20 | /* |
21 | * ima_store_template - store ima template measurements | 21 | * ima_store_template - store ima template measurements |