apparmor: Finish incomplete renaming of relabel to norelabel

Commit 693eac388f was incomplete here.
This commit is contained in:
Matthias Bolte 2011-07-06 14:15:05 +02:00
parent 693eac388f
commit 2d2d6a01d7

View File

@ -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