matrix-docker-ansible-deploy/roles/matrix-server
Slavi Pantaleev 9f163b2bf5 Do not disable SELinux on RedHat systems
It looks like SELinux can be left running without any (so far) negative
effects on our Matrix services.

There's no need to use `:z` or `:Z` options when mounting volumes either.
This means that files we create are labeled with a default context
(which may not be ideal if we only want them used from containers),
but it's compatible and doesn't cause issues.

Relabelling files is probably something we wish to stay away from,
especially for things like the media store, which contains lots of
files and is possibly on a fuse-mounted (S3/goofys) filesystem.
2018-12-20 15:30:43 +02:00
..
defaults Upgrade Docker images for various components 2018-12-20 15:10:53 +02:00
files/yum.repos.d Stop using patched synapse_port_db script 2017-10-14 09:58:06 +03:00
tasks Do not disable SELinux on RedHat systems 2018-12-20 15:30:43 +02:00
templates Make it safer to override matrix_synapse_media_store_path 2018-12-20 13:39:01 +02:00