Merge "redis HA: allow SELinux relabel for /var/run/redis"
This commit is contained in:
commit
23e8ef2ea5
@ -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' => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user