[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: selinux and dbus problems



First, check to see if dbus-daemon is running as initrc_t:
    ps agxZ | grep dbus-daemon

If so, check to see if dbus-daemon (should be in /bin/dbus-daemon, but
may be in /sbin, ...) is labeled 'system_dbusd_exec_t'.

If not, 'chcon -t system_dbusd_exec_t /bin/dbus' should fix.  (you
will need to reboot or restart message-bus).

tom


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]