Bug 692728 - SELinux is preventing /usr/bin/pulseaudio from 'open' accesses on the file +sound:card29.
Summary: SELinux is preventing /usr/bin/pulseaudio from 'open' accesses on the file +s...
Keywords:
Status: CLOSED DUPLICATE of bug 692459
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 15
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:5a7453f99c4...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-31 23:32 UTC by tuxor
Modified: 2011-04-01 10:16 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-01 10:16:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.