Skip navigation.
 
mlRe: Using Security framework to get root auth for running app.
FROM : Finlay Dobbie
DATE : Wed Dec 15 22:52:53 2004

On Wed, 15 Dec 2004 17:32:20 -0500 (EST), <email_removed>
<<email_removed>> wrote:

>  well Actually since its removing a file I'd probably just authorize rm
> and use that, which is where my concern about having to reauth alot came
> from.
> Thank you.


You can auth for a bunch of things all at once, but you really should
consider writing your own tool and using unlink() or similar directly.

-- Finlay