libvirt/src/secret
Daniel P. Berrangé d29c917ef4 src: honour the RUNSTATEDIR variable in all code
All code using LOCALSTATEDIR "/run" is updated to use RUNSTATEDIR
instead. The exception is the remote driver client which still
uses LOCALSTATEDIR "/run". The client needs to connect to remote
machines which may not be using /run, so /var/run is more portable
due to the /var/run -> /run symlink.

Some duplicate paths in the apparmor code are also purged.

There's no functional change by default yet since both expressions
expand to the same value.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-08-27 10:23:13 +01:00
..
Makefile.inc.am secret: introduce virtsecretd daemon 2019-08-09 14:06:31 +01:00
secret_driver.c src: honour the RUNSTATEDIR variable in all code 2019-08-27 10:23:13 +01:00
secret_driver.h src/secret: use #pragma once in headers 2019-06-19 17:12:31 +02:00
secret_util.c secret: Add check/validation for correct usage when LookupByUUID 2018-12-13 10:22:25 -05:00
secret_util.h src/secret: use #pragma once in headers 2019-06-19 17:12:31 +02:00
virtsecretd.service.in secret: introduce virtsecretd daemon 2019-08-09 14:06:31 +01:00