mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
meson: Switch to autodetection for apparmor_profiles
Match the behavior of most other features. This will result in a change in behavior, because profiles will now be installed whenever AppArmor support is enabled; on the other hand, this is probably the behavior users expected in the first place. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
08c13484da
commit
2676fa8ccb
@ -69,7 +69,7 @@ option('driver_vmware', type: 'feature', value: 'auto', description: 'VMware dri
|
||||
option('driver_vz', type: 'feature', value: 'auto', description: 'Virtuozzo driver')
|
||||
|
||||
option('secdriver_apparmor', type: 'feature', value: 'auto', description: 'use AppArmor security driver')
|
||||
option('apparmor_profiles', type: 'feature', value: 'disabled', description: 'install apparmor profiles')
|
||||
option('apparmor_profiles', type: 'feature', value: 'auto', description: 'install apparmor profiles')
|
||||
option('secdriver_selinux', type: 'feature', value: 'auto', description: 'use SELinux security driver')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user