mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 13:17:58 +03: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,
|
||||
virDomainObjPtr vm, const char *stdin_path)
|
||||
{
|
||||
if (!vm->def->seclabel.relabel)
|
||||
if (vm->def->seclabel.norelabel)
|
||||
return 0;
|
||||
|
||||
/* Reload the profile if stdin_path is specified. Note that
|
||||
|
Loading…
Reference in New Issue
Block a user