Re: Authorization.h
Re: Authorization.h
- Subject: Re: Authorization.h
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 6 Nov 2001 18:50:49 +0000
On Tuesday, November 6, 2001, at 11:15 am, John C. Randolph wrote:
Another solution is to write your array to a file in /tmp/user_id/ and
send a notification to your privileged tool that the data is
available. You can do this via a NSNotification again.
Considering that authentication is involved here, I recommend STRONGLY
against using the file system to communicate between the processes.
It's far too easy for a malicious program to watch /tmp/.
Same with distributed notifications.
-- Finlay