diff options
Diffstat (limited to 'security/integrity/ima/ima_init.c')
-rw-r--r-- | security/integrity/ima/ima_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/ima_init.c b/security/integrity/ima/ima_init.c index cf227dbfac2c..0b0bb8c978cc 100644 --- a/security/integrity/ima/ima_init.c +++ b/security/integrity/ima/ima_init.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include "ima.h" | 20 | #include "ima.h" |
21 | 21 | ||
22 | /* name for boot aggregate entry */ | 22 | /* name for boot aggregate entry */ |
23 | static char *boot_aggregate_name = "boot_aggregate"; | 23 | static const char *boot_aggregate_name = "boot_aggregate"; |
24 | int ima_used_chip; | 24 | int ima_used_chip; |
25 | 25 | ||
26 | /* Add the boot aggregate to the IMA measurement list and extend | 26 | /* Add the boot aggregate to the IMA measurement list and extend |