On Wed, Aug 26, 2009 at 5:01 PM, PCWiz<[email protected]> wrote: > I have a class which is a subclass of NSOperation, that runs a shell script > with AuthorizationExecuteWithPrivileges. Something like this:
You are not using AuthorizationExecuteWithPrivileges correctly. For security reasons, the privileged code must be factored out into a helper tool that is setuid root. This tool must use AEWP only to repair its setuid status in case it loses it. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
