CreateProcess with as a "Limited User"
- From: "climberjack@xxxxxxxxx" <climberjack@xxxxxxxxx>
- Date: 19 Jan 2006 03:41:44 -0800
This is a strange one...
I have a service application that runs an Agent application (i.e.
watchdog). The Agent app will run a client application if it notices
that the client application is not running....
Here's where it gets more confusing....
All of this is going on while the user is a limited account (i.e. not
administrator). When my Agent application calls CreateProcess(...) the
client application inherits the elevated administrators security.
I don't understand from reading about SECURITY_ATTRIBUTES what the
value of lpSecurityDescriptor should be set to.
How can an application that's ran with administrator rights spawn
another application that has lower/limited rights?
It's 3am, sorry if this is all a bit strange.
Jack
.
- Follow-Ups:
- Re: CreateProcess with as a "Limited User"
- From: Vipin
- Re: CreateProcess with as a "Limited User"
- Prev by Date: Limits to memory allocated in DLL
- Next by Date: Re: Limits to memory allocated in DLL
- Previous by thread: Limits to memory allocated in DLL
- Next by thread: Re: CreateProcess with as a "Limited User"
- Index(es):
Relevant Pages
|