mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
apparmor: Finish incomplete renaming of relabel to norelabel
Commit 693eac388f was incomplete here.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user