<div dir="ltr">To permanently allow, edit "<font face="courier new, monospace">/etc/authorization</font>" and change the value of the "<font face="courier new, monospace">system.privilege.taskport</font>" key to "allow" (if I remember correctly). Be careful though, as this will allow any program on the system to use <font face="courier new, monospace">task_for_pid</font>. I think you can further play with this to allow only a specific user or group but I haven't tried it yet.<div>

<br></div><div>To allow the use of <font face="courier new, monospace">task_for_pid</font> only for the current SSH session use:</div><div><font face="courier new, monospace">security authorize -l -c system.privilege.taskport</font><br>

</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 7, 2013 at 1:23 AM, Richard Mitton <span dir="ltr"><<a href="mailto:richard@codersnotes.com" target="_blank">richard@codersnotes.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
So I'm trying to build debugserver for OS X. I followed all the steps in code_signing.txt and was able to get a debugserver binary.<br>
<br>
When I run lldb using this binary, I get a dialog asking for 'Developer Tools Access' in order to run it. If I enter my password this works fine. (although I'm not sure if it sticks over a reboot)<br>
<br>
-However- if I try and SSH into this machine and run it from there, it fails ("initial process state wasn't stopped"). I believe this is because the permissions dialog only applies to the current session, so the SSH shell doesn't inherit it (and can't open a GUI to ask me).<br>


<br>
So, what is the process needed to permanently grant permissions for the debugserver binary? I can make it work by changing the owner of the file to root/wheel and setting the setuid bit, but I'm not sure if this is the right solution.<span class="HOEnZb"><font color="#888888"><br>


<br>
-- <br>
Richard Mitton<br>
<a href="mailto:richard@codersnotes.com" target="_blank">richard@codersnotes.com</a><br>
<br>
______________________________<u></u>_________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@cs.uiuc.edu" target="_blank">lldb-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/lldb-dev</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Benjamin.</div>
</div>