Bug 432751
| Summary: | Latest avc denials | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | dex <dex.mbox> | ||||||||||
| Component: | rpm | Assignee: | Panu Matilainen <pmatilai> | ||||||||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | low | Docs Contact: | |||||||||||
| Priority: | low | ||||||||||||
| Version: | 7 | CC: | ffesti, james.antill, katzj, pmatilai, pnasrat, tim.lauridsen | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | i686 | ||||||||||||
| OS: | Linux | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2008-03-13 03:10:24 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: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
dex
2008-02-14 04:51:24 UTC
Created attachment 294888 [details]
denial #1
Created attachment 294889 [details]
denial #2
Created attachment 294890 [details]
denial #3
Created attachment 294891 [details]
denial #4
This looks like a leaked file descriptor from yum. It can safely be ignored. SELinux is noting the open unix_stream_socket that yum is leaving open. Eventually rpm execs a confined application, and the Kernel closes the descriptor reporting the access. from yum? If it is happening during the transaction I'm pretty sure it is in rpm. [root@dexterFC5t1 ~]# rpm --version RPM version 4.4.2.2 Yum can cause 'em just as well, been known to happen through urlgrabber leaving descriptors open in some conditions. Dex, are you able to reproduce it when upgrading manually with rpm (instead of yum)? I haven't been able to reproduce it manually with rpm -Uvh *.rpm so I'm going back to yum. unrelated but as a consequence I filled this #435096 against yum-utils. Bugs this late in the day for yum/rpm are a waste of time! |