We are writing an application that is attempting to read the virtual address space of another process using vmmap. This works with 10.9 but in 10.10 we get the following:
vmmap[18929]: [fatal] unable to ask for permission to examine process; run tool using sudo, or without redirecting stdin and stderr.
Presumably this process (or the user running it) does not have permission to do this--how can we alter the system to allow this or otherwise work around this issue?