dbus-daemon: Would reject message ...

In my /var/log/messages can repeatedly found:

Code:
Would reject message, 1 matched rules; type="method_call", 
sender=":1.4" (uid=1001 pid=1002 comm="kded4 ") 
interface="org.freedesktop.DBus.Introspectable" 
member="Introspect" error name="(unset)" requested_reply=0 
destination="org.freedesktop.ConsoleKit" 
(uid=0 pid=822 comm="/usr/local/sbin/console-kit-daemon "))

and in /var/log/auth.log almost identical:

Code:
Would reject message, 1 matched rules; type="method_call", 
sender=":1.4" (uid=1001 pid=1002 comm="kded4 ") 
interface="org.freedesktop.DBus.Introspectable" 
member="Introspect" error name="(unset)" requested_reply=0 
destination="org.freedesktop.ConsoleKit" 
(uid=0 pid=822 comm="/usr/local/sbin/console-kit-daemon "))

What does this mean and is this something to worry about?
 
need add in
Code:
    <allow send_interface="org.freedesktop.DBus.Introspectable" />
    <allow send_destination="org.freedesktop.ConsoleKit" />
 
Back
Top