libvirt/src/security
Daniel P. Berrangé e5df4edefa src: don't statically link code that's already in libvirt.so
Various binaries are statically linking to libvirt_util.la and
other intermediate libraries we build. These intermediate libs
all get built into the main libvirt.so shared library eventually,
so we can dynamically link to that instead and reduce the on disk
footprint.

In libvirt-daemon RPM:

            virtlockd: 1.6 MB -> 153 KB
             virtlogd: 1.6 MB -> 157 KB
     libvirt_iohelper: 937 KB -> 23 KB

In libvirt-daemon-driver-network RPM:

 libvirt_leaseshelper: 940 KB -> 26 KB

In libvirt-daemon-driver-storage-core RPM:

   libvirt_parthelper: 926 KB -> 21 KB

IOW, about 5.6 MB total space saving in a build done on Fedora 30
x86_64 architecture.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-05-17 14:34:45 +01:00
..
apparmor apparmor: support more QEMU architectures 2019-04-01 12:32:55 +02:00
Makefile.inc.am src: don't statically link code that's already in libvirt.so 2019-05-17 14:34:45 +01:00
security_apparmor.c apparmor: Check libvirtd profile status by name 2019-03-13 11:58:11 -06:00
security_apparmor.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
security_dac.c virSecurityDACRestoreChardevLabel: Restore UNIX sockets too 2019-04-16 10:47:51 +02:00
security_dac.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
security_driver.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
security_driver.h security: Remove security driver internals for disk labeling 2019-01-30 17:20:38 +01:00
security_manager.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
security_manager.h security: Remove disk labeling functions and fix callers 2019-01-30 17:20:38 +01:00
security_nop.c security: Remove security driver internals for disk labeling 2019-01-30 17:20:38 +01:00
security_nop.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
security_selinux.c security: avoid use of dirent d_type field 2019-04-03 11:31:38 +01:00
security_selinux.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
security_stack.c security: Remove security driver internals for disk labeling 2019-01-30 17:20:38 +01:00
security_stack.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
security_util.c security: Include security_util 2018-12-19 15:31:56 +01:00
security_util.h security: Include security_util 2018-12-19 15:31:56 +01:00
virt-aa-helper.c virt-aa-helper: allow sysfs path used for vhost-scsi 2019-05-16 09:31:58 +02:00