On 10/8/19 6:22 PM, Cole Robinson wrote:
This series does some preparation cleanup and refactoring to
simplify adding qcow2 data_file support to the apparmor driver.
More info on the qcow2 feature and libvirt work here:
https://www.redhat.com/archives/libvir-list/2019-October/msg00303.html
Cole Robinson (7):
conf: Move -virDomainDiskDefForeachPath to virt-aa-helper
security: apparmor: Remove unused ignoreOpenFailure
security: apparmor: Drop disk_foreach_iterator
security: apparmor: Pass virStorageSource to add_file_path
security: apparmor: Push virStorageSource checks to add_file_path
security: apparmor: Use only virStorageSource for disk paths
security: apparmor: Make storage_source_add_files recursively callable
src/conf/domain_conf.c | 42 ----------------------------------
src/conf/domain_conf.h | 10 --------
src/libvirt_private.syms | 1 -
src/security/virt-aa-helper.c | 43 ++++++++++++++++++++++++-----------
4 files changed, 30 insertions(+), 66 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal