Re: Launching as Root
Re: Launching as Root
- Subject: Re: Launching as Root
- From: Sam Gharabally <email@hidden>
- Date: Tue, 27 Nov 2001 00:05:26 -0500
There is an excellent article by Brian Hill on stepwise.com explaining
how to use the security framework under X. Here is the link
"Authentication and Authorization using the Security Framework"
http://www.stepwise.com/Articles/Technical/2001-03-26.01.html. If you
need further help send me a message.
Hoping to intern at Apple one day,
Sam Gharabally
http://www.isam.ws/
email@hidden
On Monday, November 26, 2001, at 02:33 PM, Steve Gehrman wrote:
>
I'm trying to launch an application with as root.
>
>
I'm trying to use the execve(argv[1], aargv, environ) function to
>
launch the applications executable, but I get this error...
>
>
2001-11-26 14:32:14.213 Appname[400] No Info.plist file in application
>
bundle or no NSPrincipalClass in the Info.plist file, exiting
>
>
Any ideas? Does anyone have code that will launch an application as
>
root?