Re: Redirected stdin/out and security
From: Alexander Grigoriev (alegr_at_earthlink.net)
Date: 02/29/04
- Next message: Ming: "Re: How to get system32 path in my driver?"
- Previous message: Tim Robinson: "Re: Sharing a COM object in a MMF"
- In reply to: qfel: "Redirected stdin/out and security"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 29 Feb 2004 07:00:31 -0800
Security is taken into account only when handles are opened. When handles
are inherited (duplicated), they inherit the current access rights. You only
need to make sure they are inheritable.
"qfel" <as_in_nick@astercity.net> wrote in message
news:c1s74i$340$1@mamut.aster.pl...
> If I create process with redirected input and output, does it matter what
security
> descriptor is assigned to pipes it inherits as stdin/out?
> Or the child process is given same access to those objects as the parent
process?
>
>
- Next message: Ming: "Re: How to get system32 path in my driver?"
- Previous message: Tim Robinson: "Re: Sharing a COM object in a MMF"
- In reply to: qfel: "Redirected stdin/out and security"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading