libvirt/src/security
Daniel P. Berrangé 064fec69be storage: move storage file backend framework into util directory
The QEMU driver loadable module needs to be able to resolve all ELF
symbols it references against libvirt.so. Some of its symbols can only
be resolved against the storage_driver.so loadable module which creates
a hard dependancy between them. By moving the storage file backend
framework into the util directory, this gets included directly in the
libvirt.so library. The actual backend implementations are still done as
loadable modules, so this doesn't re-add deps on gluster libraries.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2018-02-09 11:05:10 +00:00
..
security_apparmor.c security, apparmor: add (Set|Restore)ChardevLabel 2018-01-09 17:29:52 +01:00
security_apparmor.h
security_dac.c security: full path option for DomainSetPathLabel 2018-01-09 17:29:52 +01:00
security_dac.h security: add MANAGER_MOUNT_NAMESPACE flag 2017-09-12 12:27:42 -04:00
security_driver.c
security_driver.h security: full path option for DomainSetPathLabel 2018-01-09 17:29:52 +01:00
security_manager.c security: full path option for DomainSetPathLabel 2018-01-09 17:29:52 +01:00
security_manager.h security: full path option for DomainSetPathLabel 2018-01-09 17:29:52 +01:00
security_nop.c security: introduce virSecurityManager(Set|Restore)ChardevLabel 2017-12-05 13:54:48 +01:00
security_nop.h
security_selinux.c security: full path option for DomainSetPathLabel 2018-01-09 17:29:52 +01:00
security_selinux.h
security_stack.c security: full path option for DomainSetPathLabel 2018-01-09 17:29:52 +01:00
security_stack.h
virt-aa-helper.c storage: move storage file backend framework into util directory 2018-02-09 11:05:10 +00:00