type=AVC msg=audit(1775438739.649:6810): avc: denied { write } for pid=204543 comm="run-document-se" name="fd" dev="proc" ino=969392 scontext=system_u:system_r:spc_t:s0 tcontext=system_u:system_r:container_runtime_t:s0 tclass=dir permissive=0
security_opt:
- label=disabled
is used.
Currently, the OO container is showing this AVC:
This happens on every container start/restart even if:
is used.
I think this is the problematic line that triggers the avc :
https://github.com/ONLYOFFICE/Docker-DocumentServer/blame/77ce899978efa62388cb79c59d8297bff740fce1/run-document-server.sh#L808