Bug 692728

Summary: SELinux is preventing /usr/bin/pulseaudio from 'open' accesses on the file +sound:card29.
Product: [Fedora] Fedora Reporter: tuxor <acc-bugz-redhat>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 15CC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:5a7453f99c444f14a18dded629026bbaba86d36ac8458685dea9ec8f540caad2
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-04-01 10:16:16 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 tuxor 2011-03-31 23:32:22 UTC
SELinux is preventing /usr/bin/pulseaudio from 'open' accesses on the file +sound:card29.

*****  Plugin catchall (100. confidence) suggests  ***************************

If you believe that pulseaudio should be allowed open access on the +sound:card29 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 pulseaudio /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:xdm_t:s0-s0:c0.c1023
Target Context                system_u:object_r:tmpfs_t:s0
Target Objects                +sound:card29 [ file ]
Source                        pulseaudio
Source Path                   /usr/bin/pulseaudio
Port                          <Unbekannt>
Host                          (removed)
Source RPM Packages           pulseaudio-0.9.22-3.fc15
Target RPM Packages           
Policy RPM                    selinux-policy-3.9.16-6.fc15
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 2.6.38.2-9.fc15.x86_64 #1
                              SMP Wed Mar 30 16:55:57 UTC 2011 x86_64 x86_64
Alert Count                   3
First Seen                    Fr 01 Apr 2011 00:05:15 CEST
Last Seen                     Fr 01 Apr 2011 01:30:00 CEST
Local ID                      5687d561-516e-4b30-969a-428b41c172fa

Raw Audit Messages
type=AVC msg=audit(1301614200.901:73): avc:  denied  { open } for  pid=1357 comm="pulseaudio" name="+sound:card29" dev=tmpfs ino=10897 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:object_r:tmpfs_t:s0 tclass=file


type=SYSCALL msg=audit(1301614200.901:73): arch=x86_64 syscall=open success=no exit=EACCES a0=7fff351043f0 a1=80000 a2=1b6 a3=615f6461706b6e69 items=0 ppid=1355 pid=1357 auid=4294967295 uid=42 gid=42 euid=42 suid=42 fsuid=42 egid=42 sgid=42 fsgid=42 tty=(none) ses=4294967295 comm=pulseaudio exe=/usr/bin/pulseaudio subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 key=(null)

Hash: pulseaudio,xdm_t,tmpfs_t,file,open

audit2allow

#============= xdm_t ==============
allow xdm_t tmpfs_t:file open;

audit2allow -R

#============= xdm_t ==============
allow xdm_t tmpfs_t:file open;

Comment 1 Miroslav Grepl 2011-04-01 10:16:16 UTC

*** This bug has been marked as a duplicate of bug 692459 ***