Merge "redis HA: allow SELinux relabel for /var/run/redis"

This commit is contained in:
Zuul 2019-04-30 11:32:28 +00:00 committed by Gerrit Code Review
commit 23e8ef2ea5

View File

@ -266,7 +266,7 @@ slave-announce-port ${local_tuple[0][2]}
'redis-run' => { 'redis-run' => {
'source-dir' => '/var/run/redis', 'source-dir' => '/var/run/redis',
'target-dir' => '/var/run/redis', 'target-dir' => '/var/run/redis',
'options' => 'rw', 'options' => 'rw,z',
}, },
# TODO check whether those tls mappings are necessary # TODO check whether those tls mappings are necessary
'redis-pki-extracted' => { 'redis-pki-extracted' => {