mirror of https://gitee.com/openkylin/libvirt.git
virsh: Use WITH_SECDRIVER_APPARMOR to detect AppArmor support
There is no ENABLE_SECDRIVER_APPARMOR.
This commit is contained in:
parent
d94a14f89d
commit
2095dc39af
tools
|
@ -11854,7 +11854,7 @@ vshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
|
|||
vshPrint(ctl, "\n");
|
||||
|
||||
vshPrint(ctl, "%s", _(" Miscellaneous:"));
|
||||
#ifdef ENABLE_SECDRIVER_APPARMOR
|
||||
#ifdef WITH_SECDRIVER_APPARMOR
|
||||
vshPrint(ctl, " AppArmor");
|
||||
#endif
|
||||
#ifdef WITH_SECDRIVER_SELINUX
|
||||
|
|
Loading…
Reference in New Issue