Bug 896601
| Summary: | SELinux is preventing /usr/sbin/unbound-anchor from 'write' accesses on the directory /etc/unbound. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin <mholec> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dominick.grift, dwalsh, mgrepl, moez.roy, tpelka |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:9880b8821482a39e288eba026375945858f86d1968f4585d91824933759c05d3 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-01-17 22:13:12 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: | |||
*** This bug has been marked as a duplicate of bug 896599 *** *** Bug 968216 has been marked as a duplicate of this bug. *** |
Description of problem: Upgrade from F18 to F19 (Rawhide). SELinux is preventing /usr/sbin/unbound-anchor from 'write' accesses on the directory /etc/unbound. ***** Plugin catchall (100. confidence) suggests *************************** If you believe that unbound-anchor should be allowed write access on the unbound directory by default. Then you should report this as a bug. You can generate a local policy module to allow this access. Do allow this access for now by executing: # grep unbound-anchor /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Additional Information: Source Context system_u:system_r:named_t:s0 Target Context system_u:object_r:named_conf_t:s0 Target Objects /etc/unbound [ dir ] Source unbound-anchor Source Path /usr/sbin/unbound-anchor Port <Unknown> Host (removed) Source RPM Packages unbound-libs-1.4.19-1.fc18.x86_64 unbound- libs-1.4.19-3.fc19.x86_64 Target RPM Packages unbound-1.4.19-3.fc19.x86_64 Policy RPM selinux-policy-3.11.1-67.fc18.noarch selinux- policy-3.12.1-4.fc19.noarch Selinux Enabled True Policy Type targeted Enforcing Mode Permissive Host Name (removed) Platform Linux (removed) 3.6.11-3.fc18.x86_64 #1 SMP Mon Dec 17 21:35:39 UTC 2012 x86_64 x86_64 Alert Count 1 First Seen 2013-01-17 16:18:33 CET Last Seen 2013-01-17 16:18:33 CET Local ID b86aa38f-9dcf-42f8-a18c-e78b46f540b1 Raw Audit Messages type=AVC msg=audit(1358435913.590:439): avc: denied { write } for pid=9143 comm="unbound-anchor" name="unbound" dev="dm-3" ino=562532 scontext=system_u:system_r:named_t:s0 tcontext=system_u:object_r:named_conf_t:s0 tclass=dir type=AVC msg=audit(1358435913.590:439): avc: denied { add_name } for pid=9143 comm="unbound-anchor" name="root.anchor.9143-0" scontext=system_u:system_r:named_t:s0 tcontext=system_u:object_r:named_conf_t:s0 tclass=dir type=AVC msg=audit(1358435913.590:439): avc: denied { create } for pid=9143 comm="unbound-anchor" name="root.anchor.9143-0" scontext=system_u:system_r:named_t:s0 tcontext=system_u:object_r:named_conf_t:s0 tclass=file type=AVC msg=audit(1358435913.590:439): avc: denied { write } for pid=9143 comm="unbound-anchor" path="/etc/unbound/root.anchor.9143-0" dev="dm-3" ino=522349 scontext=system_u:system_r:named_t:s0 tcontext=system_u:object_r:named_conf_t:s0 tclass=file type=SYSCALL msg=audit(1358435913.590:439): arch=x86_64 syscall=open success=yes exit=ECHILD a0=7fff679f6d10 a1=241 a2=1b6 a3=238 items=0 ppid=1 pid=9143 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=unbound-anchor exe=/usr/sbin/unbound-anchor subj=system_u:system_r:named_t:s0 key=(null) Hash: unbound-anchor,named_t,named_conf_t,dir,write audit2allow #============= named_t ============== #!!!! The source type 'named_t' can write to a 'dir' of the following types: # var_log_t, named_var_run_t, named_log_t, var_run_t, named_tmp_t, krb5_host_rcache_t, tmp_t, named_cache_t allow named_t named_conf_t:dir { write add_name }; allow named_t named_conf_t:file { write create }; audit2allow -R #============= named_t ============== #!!!! The source type 'named_t' can write to a 'dir' of the following types: # var_log_t, named_var_run_t, named_log_t, var_run_t, named_tmp_t, krb5_host_rcache_t, tmp_t, named_cache_t allow named_t named_conf_t:dir { write add_name }; allow named_t named_conf_t:file { write create }; Additional info: hashmarkername: setroubleshoot kernel: 3.6.11-3.fc18.x86_64 type: libreport