Secure communication between two process
Secure communication between two process
- Subject: Secure communication between two process
- From: Vincent Pottier <email@hidden>
- Date: Thu, 16 Dec 2004 23:38:43 +0100
Hello list,
My project contain two elements, one application and one daemon (in fact a startupItem). Daemon perform privilege operation incoming from the application.
I'd like to know the best way to perform communication between application and daemon, I know I can use Notification with NSNotificationPostToAllSessions but it's not secure at all, every application can send a notification, NSConnection don't looks better...
Getting authorization is not a problem, the problem is to transmit it to the daemon.
If someone have an idea or a sample code
Thanks in advance
Vincent
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden