Bug 2076296
Summary: | Signed RPM Contents | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ben Cotton <bcotton> |
Component: | Changes Tracking | Assignee: | Peter Robinson <pbrobinson> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 37 | CC: | bcotton, coxu, pbrobinson, puiterwijk |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-11-15 16:22:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2016049 |
Description
Ben Cotton
2022-04-18 15:27:29 UTC
The proposal for this Change indicated a contingency deadline of "mass rebuild", which is scheduled to begin tomorrow. Is this Change ready or does it need to be deferred to F38? This is in place F37 was released today, so I am closing this tracker. If this Change was not completed, please notify me ASAP. This change isn't complete. After installing rpm-plugin-ima and reinstalling bash on Fedora-Cloud-Base-37-1.7.x86_64.qcow2, I don't see a security.ima extended attribute. ``` [root@ibm-p8-kvm-03-guest-02 ~]# dnf install attr rpm-plugin-ima -y [root@ibm-p8-kvm-03-guest-02 ~]# getfattr -m - -d /bin/bash getfattr: Removing leading '/' from absolute path names # file: bin/bash security.selinux="system_u:object_r:shell_exec_t:s0" [root@ibm-p8-kvm-03-guest-02 ~]# dnf reinstall bash -y [root@ibm-p8-kvm-03-guest-02 ~]# getfattr -m - -d /bin/bash getfattr: Removing leading '/' from absolute path names # file: bin/bash security.selinux="system_u:object_r:shell_exec_t:s0" ``` (In reply to Coiby from comment #4) > This change isn't complete. After installing rpm-plugin-ima and reinstalling > bash on Fedora-Cloud-Base-37-1.7.x86_64.qcow2, I don't see a security.ima > extended attribute. We had a bug in F-37 where it wrote it to the wrong location, that is fixed in F-38. |