centos-bootc icon indicating copy to clipboard operation
centos-bootc copied to clipboard

Shadow-utils filecaps not set correctly.

Open rhatdan opened this issue 3 months ago • 0 comments

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.

rhatdan avatar Apr 01 '24 21:04 rhatdan