Bug 508299
| Summary: | setroubleshoot: SELinux is preventing pulseaudio (xdm_t) "create" xdm_t. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom London <selinux> |
| Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | dwalsh, jkubin, mgrepl, pavel1r |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:232d02565a8c6f7ec2c8151be463231d6f704ca135e85795944630dff4686a61 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-06-26 19:32:19 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
Tom London
2009-06-26 13:23:26 UTC
[root@tlondon ~]# ls -lZ /usr/bin/pulseaudio -rwxr-xr-x. root root system_u:object_r:pulseaudio_exec_t:s0 /usr/bin/pulseaudio [root@tlondon ~]# This seems to block gdm login, btw. Believe it hung when I typed the wrong password and it tried to play a sound? booting permissive, I get:
#============= xdm_t ==============
allow xdm_t self:netlink_kobject_uevent_socket { read bind create getattr setopt };
Missing transition to pulseaudio_t? Other?
I think I will just add
allow xdm_t self:netlink_kobject_uevent_socket { read bind create getattr
setopt };
Adding the transition adds lots of access for pulseaudio and interaction with xdm_t which seems like a lot of stuff for little benefit.
Fixed in selinux-policy-3.6.20-1.fc12
|