Aterfax / DCS-World-Dedicated-Server-Docker

Modular DCS World Dedicated Server docker.
GNU General Public License v3.0
30 stars 6 forks source link

Failed to execute child process "bash": Failed to fdwalk: Operation not permitted #29

Closed hannibalpostumus closed 8 months ago

hannibalpostumus commented 8 months ago

On launching the DCS Installer Desktop script (or a terminal for that matter), the following error message appears:

Failed to execute child process "shell": Failed to fdwalk: Operation not permitted

This seems to be a known bug in many X11 docker terminals such as here and here.

The agreed solution is to set the security_opt option to unconfined. I have made a new pull request with the change inside the docker compose that has fixed this.

Aterfax commented 8 months ago

Resolved in https://github.com/Aterfax/DCS-World-Dedicated-Server-Docker/pull/30

Ty for highlighting this.