<br>
Hi:<br>
<br>
My system.conf has this line:<br>
<br>
<br>
&lt;policy context=&quot;default&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;allow user=&quot;*&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;allow own=&quot;*&quot;/&gt;<br>
<br>
&lt;/policy&gt;<br>
<br>
I read that allow user * means anyone can connect to the system bus.&nbsp; <br>
My dbus daemon is started by root.&nbsp; And my server app is also started by root.&nbsp; <br>
If root starts the client app, everything runs fine.<br>
<br>
If nobody or another user starts the client app, I would either get <br>
&nbsp; <br>
&nbsp;&nbsp; &quot;No reply within specified time&quot;<br>
&nbsp;<br>
or <br>
<br>
&nbsp; &quot;Using your real home directory for testing, set DBUS_TEST_HOMEDIR to avoid<br>
&nbsp;&nbsp; No reply within specified time&quot;<br>
<br>
So under what situation is&nbsp; user=&quot;*&quot; really be honored?&nbsp; Or am I using this config option in a wrong way?<br>
<br>
Thanks for any tips.<br>
<br>
Mark<br>