Re: advapi32 security tests and Vista (PROCESS_ALL_ACCESS)

2008-03-17 Thread Carl Fongheiser
On Mon, Mar 17, 2008 at 10:41 AM, Paul Vriens <[EMAIL PROTECTED]> wrote: > Hi, > > I'm now looking at some of the failures for the security tests on Vista. > Apparently PROCESS_ALL_ACCESS which is defined as: > > #define PROCESS_ALL_ACCESS > (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0xfff) > > is chan

advapi32 security tests and Vista (PROCESS_ALL_ACCESS)

2008-03-17 Thread Paul Vriens
Hi, I'm now looking at some of the failures for the security tests on Vista. Apparently PROCESS_ALL_ACCESS which is defined as: #define PROCESS_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0xfff) is changed on Vista: #define PROCESS_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNC