Bug 2436646
| Summary: | SELinux denial breaks fontquery-diff tool since Fedora-Rawhide-20260127.n.0 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> |
| Component: | selinux-policy | Assignee: | Zdenek Pytela <zpytela> |
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dwalsh, jeckersb, lvrabec, mmalik, omosnacek, pkoncity, tagoh, vmojzis, zpytela |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 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
Adam Williamson
2026-02-04 07:41:44 UTC
I am not familiar with the setup which is what I would need for assessing, but this:
Feb 04 16:07:51 fedora audit[5608]: AVC avc: denied { read } for pid=5608 comm="fontquery-clien" path="/usr/lib64/libc.so.6" dev="dm-1" ino=19432597 scontext=system_u:system_r:container_t:s0:c732,c795 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=file permissive=0
indicates incorrect label of libc.so.6.
One more note: while this is true most of the time:
> The tool runs fine if I set SELinux to permissive mode, so it's definitely the denial causing the crash.
it is not always.
I'm seeing a similar issue with glibc in upstream bootc CI, running against both f44 and c10s - https://github.com/bootc-dev/bootc/pull/1986#issuecomment-3927539765 Will require a bit more digging on my end but wanted to drop a note here before I lose track of it. |