for some reason, while a container is running, and i have a folder mounted to it, i copy files and they show up inside the container with ?????? permissions:
was driving me crazy that the astro compiler was giving me weird errors, and realized it was the filesystem permissions, i tried copying the files over while the container was shutdown, i verified the permissions are correct on the host, but when i spin up the container again, only the files i copied with dolphin have messed up permissions
i copied tako{.jpg, .png, .svg} just now with cpcp using the host filesystem, the container does not have access to ~/Downloads, on the left hand side podman container is running, executing ls -la on the mounted directory, permissions are okay
undesired behavior yes, but this is exactly what is meant to happen when podman (or anything else) interacts with another filesystem while not necessarily being enlightened about it