libvirt/src/security
Christian Ehrhardt 3ef2af8ed3
apparmor: let qemu load old shared objects after upgrades
Since [1] qemu can after upgrade fall back to pre-upgrade modules
to still be able to dynamically load qemu-module based features.

The paths for these modules are pre-defined by the code and should
be allowed to be mapped and loaded from which will allow packagers
avoiding the inability of late feature load [2] after package upgrades.

[1]: https://github.com/qemu/qemu/commit/bd83c861
[2]: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1847361

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Acked-by: Jamie Strandboge <jamie@canonical.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange redhat com>
2020-08-10 07:32:07 +02:00
..
apparmor apparmor: let qemu load old shared objects after upgrades 2020-08-10 07:32:07 +02:00
meson.build meson: src/security: install apparmor profile files 2020-08-03 09:27:05 +02:00
security_apparmor.c security: Remove the superfluous break 2020-07-21 15:56:29 +02:00
security_apparmor.h src/security: use #pragma once in headers 2019-06-19 17:12:31 +02:00
security_dac.c secdrivers: Rename @stdin_path argument of virSecurityDomainSetAllLabel() 2020-07-10 14:20:07 +02:00
security_dac.h src/security: use #pragma once in headers 2019-06-19 17:12:31 +02:00
security_driver.c Use G_N_ELEMENTS instead of ARRAY_CARDINALITY 2019-10-15 16:14:19 +02:00
security_driver.h secdrivers: Rename @stdin_path argument of virSecurityDomainSetAllLabel() 2020-07-10 14:20:07 +02:00
security_manager.c secdrivers: Rename @stdin_path argument of virSecurityDomainSetAllLabel() 2020-07-10 14:20:07 +02:00
security_manager.h secdrivers: Rename @stdin_path argument of virSecurityDomainSetAllLabel() 2020-07-10 14:20:07 +02:00
security_nop.c secdrivers: Rename @stdin_path argument of virSecurityDomainSetAllLabel() 2020-07-10 14:20:07 +02:00
security_nop.h src/security: use #pragma once in headers 2019-06-19 17:12:31 +02:00
security_selinux.c Substitute security_context_t with char * 2020-07-15 14:31:07 +02:00
security_selinux.h src/security: use #pragma once in headers 2019-06-19 17:12:31 +02:00
security_stack.c secdrivers: Rename @stdin_path argument of virSecurityDomainSetAllLabel() 2020-07-10 14:20:07 +02:00
security_stack.h src/security: use #pragma once in headers 2019-06-19 17:12:31 +02:00
security_util.c Drop needless variable 2020-05-05 11:19:34 +02:00
security_util.h security_util: Introduce virSecurityMoveRememberedLabel 2019-07-03 08:36:04 +02:00
virt-aa-helper.c use g_auto() for all remaining non-g_auto() virBuffers 2020-07-08 16:34:52 -04:00