I am working on a sandboxed app. The application contains few other helper apps. I am getting pids and path of these running helper apps using following APIs :
proc_listpids() proc_pidpath()
But the system is not allowing above calls and gives following error on Console :
Sandbox: MyAppName (14156) deny(1) process-info-listpids
How can we avoid this restriction via any entitlement ?