CentOS / centos-bootc

Create and maintain base bootable container images from Fedora ELN and CentOS Stream packages
https://centos.github.io/centos-bootc
Other
43 stars 28 forks source link

Shadow-utils filecaps not set correctly. #470

Open rhatdan opened 3 months ago

rhatdan commented 3 months ago

podman run quay.io/centos-bootc/centos-bootc:stream9 rpm -qV shadow-utils | grep /usr/bin/new.*map .......TP /usr/bin/newgidmap .......TP /usr/bin/newuidmap

If you do a RUN rpm --setcaps shadow-utils It fixes the issue. I think the tooling that builds the image is dropping file capabilties.