chirpstack-docker icon indicating copy to clipboard operation
chirpstack-docker copied to clipboard

RFC: docker: Add SELinux labels for rootless Podman compatibility

Open plaes opened this issue 2 years ago • 1 comments

Volumes need to be properly labelled so it can run as rootless Podman containers.

The SELinux re-labeling bind mount option is ignored on platforms without SELinux, so it shouldn't break existing setups.

plaes avatar Oct 11 '23 10:10 plaes

@brocaar Any comments about this? This makes things work out of the box on Fedora and shouldn't cause any issues to other distros/OS's as these labels are ignored when SELinux is not enabled.

https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label

plaes avatar Jan 30 '24 16:01 plaes