Bug 1748005
| Summary: | rpm verify should pass without any problem | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lukas Slebodnik <lslebodn> |
| Component: | freeipa | Assignee: | IPA Maintainers <ipa-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | abokovoy, cheimes, contribs, ipa-maint, jcholast, jhrozek, pvoborni, rcritten, ssorce, twoerner |
| 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: | 2019-09-02 20:16:56 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
Lukas Slebodnik
2019-09-02 12:46:52 UTC
I would say the most problematic is this one
SM5....T. /usr/lib/python3.8/site-packages/ipaplatform/__pycache__/services.cpython-38.pyc
And there are even AVCs due to this
----
time->Sun Sep 1 20:30:43 2019
type=AVC msg=audit(1567384243.045:352): avc: denied { write } for pid=26487 comm="restart_httpd" name="__pycache__" dev="dm-0" ino=8712789 scontext=system_u:system_r:certmonger_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir permissive=0
----
time->Sun Sep 1 20:30:55 2019
type=AVC msg=audit(1567384255.648:364): avc: denied { write } for pid=26888 comm="renew_kdc_cert" name="__pycache__" dev="dm-0" ino=8712789 scontext=system_u:system_r:certmonger_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir permissive=0
This is a duplicate of RHBZ#1748018. The magic number for pyc files has changed between 3.8b3 and 3.8b4. All Python packages must be rebuild. *** This bug has been marked as a duplicate of bug 1748018 *** |