Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[windows] - Fix permissions for GetProcessMemoryInfo (#185)
As per https://learn.microsoft.com/en-us/windows/win32/api/psapi/nf-psapi-getprocessmemoryinfo, GetProcessMemoryInfo doesn't need PROCESS_VM_READ. Hence, remove it and only use PROCESS_QUERY_LIMITED_INFORMATION. Relates: elastic/beats#41407
- Loading branch information