提交 17d7b0af 编写于 作者: H Hernán Gonzalez 提交者: Mimi Zohar

evm: Constify *integrity_status_msg[]

There is no gain from doing this except for some self-documenting.
Signed-off-by: NHernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: NMimi Zohar <zohar@linux.vnet.ibm.com>
上级 1a82cee3
......@@ -30,7 +30,7 @@
int evm_initialized;
static char *integrity_status_msg[] = {
static const char * const integrity_status_msg[] = {
"pass", "pass_immutable", "fail", "no_label", "no_xattrs", "unknown"
};
int evm_hmac_attrs;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册