Hi,
While adding some more tests I've found that we lack mapping between some generic access rights and specific service access rights.
An example is GENERIC_ALL that should map to SC_MANAGER_ALL_ACCESS. Should this mapping be done in advapi32/service.c? Would it be OK to create a specific function that does this mapping/translation? The functions makes senses as we have several functions that need this mapping.
Cheers,
Paul.