Bug 981997
| Summary: | new nsd policy need to be able to read urand | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael S. <misc> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | dominick.grift, dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | selinux-policy-3.12.1-63.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-14 03:39:35 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: | |||
fd09aedb4fe49883e8a097bc32ebbaea149d3e57 fixes this in git. selinux-policy-3.12.1-63.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/selinux-policy-3.12.1-63.fc19 Package selinux-policy-3.12.1-63.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing selinux-policy-3.12.1-63.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-12762/selinux-policy-3.12.1-63.fc19 then log in and leave karma (feedback). selinux-policy-3.12.1-63.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Running nsd show several AVC, some about urand ( I will investigate the others later ) type=AVC msg=audit(1373206145.425:40): avc: denied { getattr } for pid=520 comm="nsd" path="/dev/urandom" dev="devtmpfs" ino=4650 scontext=system_u:system_r:nsd_t:s0 tcontext=system_u:object_r:urandom_device_t:s0 tclass=chr_file type=AVC msg=audit(1373206145.420:39): avc: denied { open } for pid=520 comm="nsd" path="/dev/urandom" dev="devtmpfs" ino=4650 scontext=system_u:system_r:nsd_t:s0 tcontext=system_u:object_r:urandom_device_t:s0 tclass=chr_file type=AVC msg=audit(1373206145.420:39): avc: denied { read } for pid=520 comm="nsd" name="urandom" dev="devtmpfs" ino=4650 scontext=system_u:system_r:nsd_t:s0 tcontext=system_u:object_r:urandom_device_t:s0 tclass=chr_file type=AVC msg=audit(1373206143.801:36): avc: denied { getattr } for pid=474 comm="nsd-checkconf" path="/dev/urandom" dev="devtmpfs" ino=4650 scontext=system_u:system_r:nsd_t:s0 tcontext=system_u:object_r:urandom_device_t:s0 tclass=chr_file I think a simple dev_read_urand(nsd_t) should be enough ? ( or nss_auth ? )