On Tue Nov 5 10:09:10 2024 +0000, Dmitry Timoshkov wrote:
It should be possible to add a test for this. See dlls/advapi32/tests/security.c,test_process_access() for an example.
V3 pushed: - removed test in ntdll (we already have tests in kernel32 for QUERY_LIMITED_INFORMATION only access and VirtualQuery) - replaced with direct granted access rights test in advapi32 - added a fix for a typo I came across perusing the advapi32/test/security.c file