Bug 1675441
| Summary: | p11-kit version 0.23.15-1.fc28.x86_64 breaks google chrome networking | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrej Kvasnica <andrej> |
| Component: | p11-kit | Assignee: | Daiki Ueno <dueno> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 28 | CC: | andrej, crypto-team, dueno, kengert, mpreisle, stefw, tmraz, tuju |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | p11-kit-0.23.15-2.fc29 p11-kit-0.23.15-2.fc28 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-02-21 02:57:18 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
Andrej Kvasnica
2019-02-11 21:06:37 UTC
Could you run chrome under P11_KIT_DEBUG=trust to get more information? Hello Daiki, it seems I was able to find the reason: after running the chrome as $ P11_KIT_DEBUG=trust /usr/bin/google-chrome-beta the p11-kit was complaining about (p11-kit:20884) loader_load_file: failed to parse: /usr/share/pki/ca-trust-source/anchors/private-ca.cer The /usr/share/pki/ca-trust-source/anchors/private-ca.cer was an root-owned certificate with -rw------- access rights. After changing access rights to -rw-r--r-- everything is ok now. The older version (p11-kit-0.23.10-1.fc28.x86_64) was fine about unreadable file. Greetings to Brno! Best regards, a. Thank you; this looks like a regression after: https://github.com/p11-glue/p11-kit/pull/206 in particular this commit: https://github.com/p11-glue/p11-kit/pull/206/commits/e7deb704f4385fabe50d81bcc7c6478c928ca38e p11-kit-0.23.15-2.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-563a9058ee p11-kit-0.23.15-2.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-04bcb2f1b9 p11-kit-0.23.15-2.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. p11-kit-0.23.15-2.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. |