SELinux is preventing /usr/bin/python from 'read' accesses on the file /etc/resolv.conf. ***** Plugin restorecon (99.5 confidence) suggests ************************* If you want to fix the label. /etc/resolv.conf default label should be net_conf_t. Then you can run restorecon. Do # /sbin/restorecon -v /etc/resolv.conf ***** Plugin catchall (1.49 confidence) suggests *************************** If you believe that python should be allowed read access on the resolv.conf file 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 sealert /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Additional Information: Source Context system_u:system_r:setroubleshoot_fixit_t:s0-s0:c0. c1023 Target Context system_u:object_r:NetworkManager_var_lib_t:s0 Target Objects /etc/resolv.conf [ file ] Source sealert Source Path /usr/bin/python Port <Unbekannt> Host (removed) Source RPM Packages python-2.7.1-7.fc15 Target RPM Packages Policy RPM selinux-policy-3.9.16-38.fc15 Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name (removed) Platform Linux (removed) 2.6.40.1-1.fc15.i686.PAE #1 SMP Sat Aug 6 06:02:30 UTC 2011 i686 i686 Alert Count 1 First Seen Sa 13 Aug 2011 17:10:11 CEST Last Seen Sa 13 Aug 2011 17:10:11 CEST Local ID 3e26bbf5-80bf-4f88-9546-a1dd7ae6d8c7 Raw Audit Messages type=AVC msg=audit(1313248211.876:76): avc: denied { read } for pid=2081 comm="sealert" name="resolv.conf" dev=dm-1 ino=1838139 scontext=system_u:system_r:setroubleshoot_fixit_t:s0-s0:c0.c1023 tcontext=system_u:object_r:NetworkManager_var_lib_t:s0 tclass=file type=SYSCALL msg=audit(1313248211.876:76): arch=i386 syscall=open success=no exit=EACCES a0=48f0ebfd a1=0 a2=1b6 a3=48f0ebfd items=0 ppid=2080 pid=2081 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=sealert exe=/usr/bin/python subj=system_u:system_r:setroubleshoot_fixit_t:s0-s0:c0.c1023 key=(null) Hash: sealert,setroubleshoot_fixit_t,NetworkManager_var_lib_t,file,read audit2allow #============= setroubleshoot_fixit_t ============== allow setroubleshoot_fixit_t NetworkManager_var_lib_t:file read; audit2allow -R #============= setroubleshoot_fixit_t ============== allow setroubleshoot_fixit_t NetworkManager_var_lib_t:file read;
*** This bug has been marked as a duplicate of bug 730482 ***