Re: [libvirt] [PATCH v3] virt-aa-helper: Skip feature support checks while parsing

2018-02-05 Thread Peter Krempa
On Mon, Feb 05, 2018 at 08:11:02 -0500, Shivaprasad G Bhat wrote: > virt-aa-helper need not verify the feature support as > libvirt does it during domain creation anyway. > > Signed-off-by: Shivaprasad G Bhat > --- > src/conf/domain_conf.c|3 +++ > src/conf/domain_conf.h|

[libvirt] [PATCH v3] virt-aa-helper: Skip feature support checks while parsing

2018-02-05 Thread Shivaprasad G Bhat
virt-aa-helper need not verify the feature support as libvirt does it during domain creation anyway. Signed-off-by: Shivaprasad G Bhat --- src/conf/domain_conf.c|3 +++ src/conf/domain_conf.h|1 + src/security/virt-aa-helper.c |6 +- 3 files changed, 9 insertions(