# Special cases

#### SELINUX <a href="#selinux" id="selinux"></a>

If you have selinux enabled on your distro, you might want to check if it's not preventing the mount volume of the docker compose; you can try something like this:

```
chcon -Rt svirt_sandbox_file_t ./db
```

[<br>](https://intuitem.gitbook.io/ciso-assistant/deployment/helm-chart)
