Hi everyone, I'm having a strange problem. I create the right authorization to get the privileges I want, then I just make a simple call to pmset. This is the snippet
char *opts[] = { "schedule", "sleep", "\"07/20/10 14:45:00\"", NULL }; OSStatus result = AuthorizationExecuteWithPrivileges( auth, "/usr/bin/pmset", kAuthorizationFlagDefaults, opts, NULL); But this does not work on 10.6. Why? The authorization is ok, as I tested it with other commands and works fine. The syntax for pmset is right also... Thanks in advance, -- Luca C. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com