From: Matthias Bolte Date: Wed, 6 Jul 2011 12:15:05 +0000 (+0200) Subject: apparmor: Finish incomplete renaming of relabel to norelabel X-Git-Tag: v0.9.4-rc1~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d2d6a01d7f108311b6ff32ac7d558abefec6798;p=thirdparty%2Flibvirt.git apparmor: Finish incomplete renaming of relabel to norelabel Commit 693eac388f1759d was incomplete here. --- diff --git a/src/security/security_apparmor.c b/src/security/security_apparmor.c index 76c6e3d45d..6dfe8c9394 100644 --- a/src/security/security_apparmor.c +++ b/src/security/security_apparmor.c @@ -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