mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
apparmor: Finish incomplete renaming of relabel to norelabel
Commit 693eac388f
was incomplete here.
This commit is contained in:
parent
693eac388f
commit
2d2d6a01d7
@ -461,7 +461,7 @@ static int
|
|||||||
AppArmorSetSecurityAllLabel(virSecurityManagerPtr mgr,
|
AppArmorSetSecurityAllLabel(virSecurityManagerPtr mgr,
|
||||||
virDomainObjPtr vm, const char *stdin_path)
|
virDomainObjPtr vm, const char *stdin_path)
|
||||||
{
|
{
|
||||||
if (!vm->def->seclabel.relabel)
|
if (vm->def->seclabel.norelabel)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
/* Reload the profile if stdin_path is specified. Note that
|
/* Reload the profile if stdin_path is specified. Note that
|
||||||
|
Loading…
Reference in New Issue
Block a user