Bug 2070942
Summary: | Flatpak update failure | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jan <copper_fin> |
Component: | dnf | Assignee: | rpm-software-management |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 36 | CC: | daniel.mach, jmracek, jrohel, mblaha, mhatina, packaging-team-maint, pkratoch, pmatilai, rpm-software-management, vmukhame |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-04-02 07:40:38 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jan
2022-04-01 11:33:45 UTC
This is unlikely to be a dnf issue, the error takes place on rpm level but this is unlikely to be an rpm issue either as it hasn't changed at all recently. More likely something in the selinux side of things, but it needs to be tracked somewhere. What does 'rpm -q libselinux selinux-policy' say on that system? Actually, make that 'rpm -q libselinux selinux-policy container-selinux' rpm -q libselinux selinux-policy container-selinux libselinux-3.3-4.fc36.x86_64 libselinux-3.3-4.fc36.i686 selinux-policy-36.5-1.fc36.noarch container-selinux-2.181.0-1.fc36.noarch Might have something to do with older version of files. Fixed with: semodule -X 200 -r snappy -r container -X 300 -r my-chown -X 400 -r my-chown -r my-systemctl dnf reinstall -y container-selinux *** This bug has been marked as a duplicate of bug 2056303 *** |