提交 0b6e5ddd 编写于 作者: L Laurent Bigonville 提交者: Daniel P. Berrange

security_selinux: Fix typo in error message

上级 29eeb814
......@@ -439,7 +439,7 @@ virSecuritySELinuxLXCInitialize(virSecurityManagerPtr mgr)
dcon = virConfGetValue(selinux_conf, "content");
if (! dcon || dcon->type != VIR_CONF_STRING || (! dcon->str)) {
virReportSystemError(errno,
_("cannot read 'file' value from selinux lxc contexts file '%s'"),
_("cannot read 'content' value from selinux lxc contexts file '%s'"),
selinux_lxc_contexts_path());
goto error;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册