TaskDidTerminateNotification with AuthorizationExecuteWithPrivileges?
TaskDidTerminateNotification with AuthorizationExecuteWithPrivileges?
- Subject: TaskDidTerminateNotification with AuthorizationExecuteWithPrivileges?
- From: Lorenz Textor <email@hidden>
- Date: Sat, 05 Jan 2002 13:21:26 +0100
Is there a way to get a notification when a task that's executed with root
privileges (AuthorizationExecuteWithPrivileges from the security framework)
has finished (like the NSTaskDidTerminateNotification when launching a
NSTask)? And how can I get the errors (like the setStandardError:pipe from
NSTask; by the moment I only get the output)?
Thanks for your help,
Lorenz