security_selinux: Fix typo in error message
This commit is contained in:
parent
29eeb81437
commit
0b6e5ddd89
@ -439,7 +439,7 @@ virSecuritySELinuxLXCInitialize(virSecurityManagerPtr mgr)
|
|||||||
dcon = virConfGetValue(selinux_conf, "content");
|
dcon = virConfGetValue(selinux_conf, "content");
|
||||||
if (! dcon || dcon->type != VIR_CONF_STRING || (! dcon->str)) {
|
if (! dcon || dcon->type != VIR_CONF_STRING || (! dcon->str)) {
|
||||||
virReportSystemError(errno,
|
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());
|
selinux_lxc_contexts_path());
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user