Bug 177637
Summary: | dbus system bus socket absent. | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Woodhouse <dwmw2> | ||||
Component: | selinux-policy-targeted | Assignee: | Daniel Walsh <dwalsh> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | johnp | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2006-01-27 06:01:42 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: | |||||||
Attachments: |
|
Description
David Woodhouse
2006-01-12 16:29:17 UTC
Hm. It isn't the '-x' which makes a difference. Just 'sh /etc/init.d/messagebus restart' works, while it doesn't work without the 'sh'. In /var/log/audit/audit.log I see AVC denials, despite having turned SElinux off when I was asked during the installation. type=AVC msg=audit(1137083751.862:271): avc: denied { connectto } for pid=2845 comm="cups-config-dae" name="system_bus_socket" scontext=system_u:system_r:cupsd_config_t:s0 tcontext=user_u:system_r:unconfined_t:s0-s0:c0.c255 tclass=unix_stream_socket If I reboot and manually add 'selinux=0' to the kernel command line, this problem does seem to go away. I think access is being denied to /lib64/. I also saw a message from gpm during the first boot, reporting that it couldn't open libm.so.6. And I have this message in audit.log... type=PATH msg=audit(1137082317.124:19): item=0 name="/lib64/libm.so.6" flags=101 inode=391681 dev=08:05 mode=040755 ouid=0 ogid=0 rdev=00:00 type=AVC msg=audit(1137082317.124:20): avc: denied { search } for pid=2600 comm="gpm" name="lib64" dev=sda5 ino=391681 scontext=system_u:system_r:gpm_t:s0 tcontext=system_u:object_r:file_t:s0 tclass=dir I see lots of similar failures for dbus-daemon too. Will attach audit.log file. Created attachment 123130 [details]
audit.log
Fixed in selinux-policy-2.2.5-1 |