service permissions
how can i fix another service's permissions from my service if the
broken service security descriptor only has access rights for guests.
my service has the default security descriptor for services.
thanks
.
Relevant Pages
- Re: service permissions
... broken service security descriptor only has access rights for guests. ... (microsoft.public.platformsdk.security) - Re: Getting registry key access rights
... descriptor and do the access check computations yourself.) ... you are subject to a race condition where someone ... change the security descriptor on the registry key in question between the ... How can I use a SECURITY_DESCRIPTOR to get access rights? ... (microsoft.public.win32.programmer.kernel) - Re: Getting registry key access rights
... descriptor and do the access check computations yourself.) ... you are subject to a race condition where someone could ... change the security descriptor on the registry key in question between the ... How can I use a SECURITY_DESCRIPTOR to get access rights? ... (microsoft.public.win32.programmer.kernel) - Re: QueueUserAPC and thread secuirty, a problem.
... is that we pass a security descriptor with a NULL DACL into CreateThread when the "receiver" creates the thread. ... My understanding is that a security descriptor with a NULL DACL pretty much grants all access to everyone, not a great idea but true nevertheless. ... I suspect that thread access rights may be related to process access rights somehow. ... (microsoft.public.win32.programmer.kernel) - Re: Win32 Service App for Terminal services
... Documentation on CreateProcessAsUser(): ... the process gets a default security descriptor ... of the user referenced in the hToken parameter. ... full access rights. ... (microsoft.public.win32.programmer.kernel) |
|