I want my program to begin with a prompt/alert that asks for root access. The user must enter their password, and then the application follows. I've been looking around, but I'm not exactly sure how to do this.

You help is greatly appreciated.

Thanks!

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Use BLAuthentication. Its much easier to launch authorization as root and you can enter bash commands to run as root.

http://jim.roepcke.com/blog/archives/2002/09/24/blauthentication-class.html

link|improve this answer
Thanks, appreciate it – TwoDumpling Jun 16 '11 at 0:03
feedback

This is Apple's documentation on the matter (link). And here is a good example of it (link); look under AuthorizedInstall().

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.