[libvirt] [PATCH] virsh: Use WITH_SECDRIVER_APPARMOR to detect AppArmor support

Matthias Bolte matthias.bolte at googlemail.com
Sat Jan 15 17:59:41 UTC 2011


2011/1/14 Eric Blake <eblake at redhat.com>:
> On 01/14/2011 02:47 PM, Matthias Bolte wrote:
>> There is no ENABLE_SECDRIVER_APPARMOR.
>> ---
>>  tools/virsh.c |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/tools/virsh.c b/tools/virsh.c
>> index 4f103ae..b86d92f 100644
>> --- a/tools/virsh.c
>> +++ b/tools/virsh.c
>> @@ -11847,7 +11847,7 @@ vshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
>>      vshPrint(ctl, "\n");
>>
>>      vshPrint(ctl, "%s", _(" Miscellaneous:"));
>> -#ifdef ENABLE_SECDRIVER_APPARMOR
>> +#ifdef WITH_SECDRIVER_APPARMOR
>
> ACK.
>

Thanks, pushed.

Matthias




More information about the libvir-list mailing list