Bug 847507

Summary: SELinux is preventing /usr/bin/python2.7 from 'read' accesses on the directory /etc/modprobe.d.
Product: [Fedora] Fedora Reporter: Fábio Carneiro <fabiojbcarneiro>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: dominick.grift, dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:1dc39f87c28a8fa9d6ee781c1876bfec681c0c2f251558bec6cf3fc8441dcb8d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-27 23:03:20 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:

Description Fábio Carneiro 2012-08-12 12:03:55 UTC
libreport version: 2.0.10
executable:     /usr/bin/python2.7
hashmarkername: setroubleshoot
kernel:         3.5.1-1.fc17.x86_64
time:           Sun 12 Aug 2012 01:03:45 PM WEST

description:
:SELinux is preventing /usr/bin/python2.7 from 'read' accesses on the directory /etc/modprobe.d.
:
:*****  Plugin catchall (100. confidence) suggests  ***************************
:
:If you believe that python2.7 should be allowed read access on the modprobe.d 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 jockey-backend /var/log/audit/audit.log | audit2allow -M mypol
:# semodule -i mypol.pp
:
:Additional Information:
:Source Context                system_u:system_r:jockey_t:s0-s0:c0.c1023
:Target Context                system_u:object_r:modules_conf_t:s0
:Target Objects                /etc/modprobe.d [ dir ]
:Source                        jockey-backend
:Source Path                   /usr/bin/python2.7
:Port                          <Unknown>
:Host                          (removed)
:Source RPM Packages           python-2.7.3-7.2.fc17.x86_64
:Target RPM Packages           kmod-7-2.fc17.x86_64
:Policy RPM                    selinux-policy-3.10.0-145.fc17.noarch
:Selinux Enabled               True
:Policy Type                   targeted
:Enforcing Mode                Permissive
:Host Name                     (removed)
:Platform                      Linux (removed) 3.5.1-1.fc17.x86_64 #1 SMP Thu Aug 9
:                              17:50:43 UTC 2012 x86_64 x86_64
:Alert Count                   1
:First Seen                    Sun 12 Aug 2012 01:01:30 PM WEST
:Last Seen                     Sun 12 Aug 2012 01:01:30 PM WEST
:Local ID                      93d31f65-2a9e-4745-ba9a-ce73131e2690
:
:Raw Audit Messages
:type=AVC msg=audit(1344772890.329:118): avc:  denied  { read } for  pid=2035 comm="jockey-backend" name="modprobe.d" dev="sda7" ino=136745 scontext=system_u:system_r:jockey_t:s0-s0:c0.c1023 tcontext=system_u:object_r:modules_conf_t:s0 tclass=dir
:
:
:type=SYSCALL msg=audit(1344772890.329:118): arch=x86_64 syscall=openat success=yes exit=EINTR a0=ffffffffffffff9c a1=f4ee40 a2=90800 a3=0 items=0 ppid=2034 pid=2035 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=jockey-backend exe=/usr/bin/python2.7 subj=system_u:system_r:jockey_t:s0-s0:c0.c1023 key=(null)
:
:Hash: jockey-backend,jockey_t,modules_conf_t,dir,read
:
:audit2allow
:
:#============= jockey_t ==============
:allow jockey_t modules_conf_t:dir read;
:
:audit2allow -R
:
:#============= jockey_t ==============
:allow jockey_t modules_conf_t:dir read;
:

Comment 1 Daniel Walsh 2012-08-13 18:55:04 UTC
Any reason for jockey-backend to list the contents of modeprobe.d?

Comment 2 Miroslav Grepl 2012-08-20 07:16:44 UTC
jockey is a desktop integration for installation and upgrade of third-party drivers. We have

optional_policy(`
        modutils_domtrans_insmod(jockey_t)
        modutils_read_module_config(jockey_t)
')

Comment 3 Fedora Update System 2012-08-20 13:09:31 UTC
selinux-policy-3.10.0-146.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/selinux-policy-3.10.0-146.fc17

Comment 4 Fedora Update System 2012-08-21 09:50:16 UTC
Package selinux-policy-3.10.0-146.fc17:
* should fix your issue,
* was pushed to the Fedora 17 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.10.0-146.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-12355/selinux-policy-3.10.0-146.fc17
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2012-08-27 23:03:20 UTC
selinux-policy-3.10.0-146.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.