Rootless podman wireguard container unable to start: no such file or directory

Alright, I tried that, but it didn’t seem to help.

Summary of the current state of play right now:

  • running podman as the “container” user (1001)
  • running the container with PGID=1001, PUID=1001
  • permissions issues when the config is chowned to 1001:1001
  • permissions issues when the config is chowned to the user being run inside the container (590824)
  • cannot chown from inside the container (obviously, that’s the whole issue)
  • disabling SELinux doesn’t help either