From: Guido Günther Date: Sat, 9 Mar 2013 14:56:11 +0000 (+0100) Subject: Convert HAVE_SELINUX to WITH_SELINUX X-Git-Tag: v1.0.4-rc1~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=531b4fe8d08a67fd8477661bd5c27e9cff5a7e88;p=thirdparty%2Flibvirt.git Convert HAVE_SELINUX to WITH_SELINUX these were missed by 63f18f378693cac6b6e33f4a8c15c20cb191c7c8 --- diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c index 7ec67f43a9..4d097911a6 100644 --- a/src/lxc/lxc_container.c +++ b/src/lxc/lxc_container.c @@ -1927,7 +1927,7 @@ static int lxcContainerSetupPivotRoot(virDomainDefPtr vmDef, if (lxcContainerPivotRoot(root) < 0) goto cleanup; -#if HAVE_SELINUX +#if WITH_SELINUX /* Some versions of Linux kernel don't let you overmount * the selinux filesystem, so make sure we kill it first */ @@ -2039,7 +2039,7 @@ static int lxcContainerSetupExtraMounts(virDomainDefPtr vmDef, if (lxcContainerIdentifyCGroups(&mounts, &nmounts, &cgroupRoot) < 0) goto cleanup; -#if HAVE_SELINUX +#if WITH_SELINUX /* Some versions of Linux kernel don't let you overmount * the selinux filesystem, so make sure we kill it first */