mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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");
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user