RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1867598 - newgidmap and newuidmap fail rpm verification caPabilities test
Summary: newgidmap and newuidmap fail rpm verification caPabilities test
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: ubi8-container
Version: 8.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Jindrich Novy
QA Contact: David Darrah/Red Hat QE
URL:
Whiteboard:
Depends On: 1965330 1965334 1968680 1968681 1969928 1969929
Blocks: 1186913 1954587 1995337 1997492
TreeView+ depends on / blocked
 
Reported: 2020-08-10 13:01 UTC by jcastran
Modified: 2021-11-10 12:21 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1954587 1995337 1997492 (view as bug list)
Environment:
Last Closed: 2021-11-09 23:58:06 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 5307911 0 None None None 2020-08-10 13:34:10 UTC
Red Hat Knowledge Base (Solution) 6090661 0 None None None 2021-06-09 12:32:50 UTC
Red Hat Product Errata RHBA-2021:4551 0 None None None 2021-11-09 23:58:16 UTC

Description jcastran 2020-08-10 13:01:57 UTC
Description of problem:
rhel 7 ubi does not pass rpm Verification for shadow-utils rpm



Version-Release number of selected component (if applicable):


How reproducible:
Everytime

Steps to Reproduce:
1.# podman run --rm -it registry.access.redhat.com/ubi7/ubi:latest /bin/bash
2.# rpm -V shadow-utils
3.

Actual results:
........P    /usr/bin/newgidmap
........P    /usr/bin/newuidmap


Expected results:
<no output>

Additional info:
Using getcap, nothing is set on the files. Reinstalling shows what should be set.

# getcap /usr/bin/*idmap
<no output>

# yum reinstall shadow-utils -y
# getcap /usr/bin/*idmap
/usr/bin/newgidmap = cap_setgid+ep
/usr/bin/newuidmap = cap_setuid+ep

Comment 2 Derrick Ornelas 2020-10-09 17:08:57 UTC
This does appear to be specific to the image, or at least it doesn't seem to be something that podman/overlayfs is doing to the image/container

Looking at just the image layers:

# mkdir /tmp/test

# skopeo copy docker://registry.access.redhat.com/ubi7:latest dir:/tmp/test
Getting image source signatures
Copying blob 1323a241cc06 done
Copying blob 2bd25ca12457 done
Copying config fdef99b341 done
Writing manifest to image destination
Storing signatures


# tar xvf /tmp/test/1323a241cc068f2816dd88f00168be73339471d6dc6eb2e6c761b63b734501b6 ./usr/bin/newuidmap
./usr/bin/newuidmap

# ls -l /root/usr/bin/newuidmap 
-rwxr-xr-x. 1 root root 38976 May  3  2019 /root/usr/bin/newuidmap

# getcap -v /root/usr/bin/newuidmap
/root/usr/bin/newuidmap


I would guess their stripped during the image build process somehow.

Comment 19 Jindrich Novy 2021-06-09 12:22:10 UTC
Reopening as this needs to be addressed in the future after this change no longer breaks RHAOS.

Comment 20 Emmanuel Kasper 2021-07-12 11:57:06 UTC
FWIW it seems upstream Fedora also has the problem, probably because they use the same tooling to build their image.

In https://www.redhat.com/sysadmin/podman-inside-container

First pull fedora latest, and then update to the latest packages.  
Note it reinstalls shadow-utils, since there is a known issue in the shadow-utils install on the Fedora image where the filecaps on newsubuid and newsubgid are not set.

Comment 21 Tom Sweeney 2021-07-15 20:45:39 UTC
Jindrich, any update on this one?

Comment 22 Jindrich Novy 2021-07-16 11:14:34 UTC
Yes, this got committed to dist-git 20th Apr. Derrick, please let me know if you are unhappy about this going to 8.5.

Comment 23 Derrick Ornelas 2021-07-16 14:37:11 UTC
The oc bug is fixed in 4.7.z and should be fixed soon in 4.6.z and 4.8.  The opm bug is fixed in 4.6.z and 4.7.z, and it should be fixed soon in 4.8.  I think it will be safe to reintroduce this change with 8.5.

Comment 34 errata-xmlrpc 2021-11-09 23:58:06 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Red Hat Universal Base Image 8 Container Image Update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2021:4551


Note You need to log in before you can comment on or make changes to this bug.