Re: programming write to /var/run from /home

2005-08-23 Thread Pavel Orehov
>That can be done by running the program with sudo. >Is there any other way? sudo is the best secured and controled way. > Can anybody write to /tmp? /tmp available for all users for all actions I suggest you to use /tmp/ for IPC communication. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: programming write to /var/run from /home

2005-08-23 Thread Hugo Vanwoerkom
Bill Marcum wrote: On Sun, Aug 21, 2005 at 06:18:47AM -0500, Hugo Vanwoerkom wrote: Hi, A programming question: I want to have a program that runs in a user's /home dir. write to /var/run. That can be done by running the program with sudo. Is there any other way? E.g. programming with PAM?

Re: programming write to /var/run from /home

2005-08-22 Thread Bill Marcum
On Sun, Aug 21, 2005 at 06:18:47AM -0500, Hugo Vanwoerkom wrote: > Hi, > > A programming question: > > I want to have a program that runs in a user's /home dir. write to /var/run. > > That can be done by running the program with sudo. > > Is there any other way? E.g. programming with PAM? Examp

programming write to /var/run from /home

2005-08-21 Thread Hugo Vanwoerkom
Hi, A programming question: I want to have a program that runs in a user's /home dir. write to /var/run. That can be done by running the program with sudo. Is there any other way? E.g. programming with PAM? Example? Thanks. H -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of