mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
virsh: Use WITH_SECDRIVER_APPARMOR to detect AppArmor support
There is no ENABLE_SECDRIVER_APPARMOR.
This commit is contained in:
parent
d94a14f89d
commit
2095dc39af
@ -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
Block a user