On Tue, Mar 16, 2010 at 12:16 PM, Daniel J Walsh <dwa...@redhat.com> wrote:
>
> PLEASE do not use /tmp for communications.  Use /var/run if the service is
> running as root, or can create a socket in /var/run.

In this case I believe it's a per-user service.  In which case you
don't have much of a choice, because you can't use $HOME or you'll be
broken by the sysadmins that inflict NFS on users.

The dbus session socket is currently in /tmp, but with a random name,
and the session bus rejects connections by processes not matching its
own uid.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to