I\'m writing a tool that calls through to DTrace to trace the program that the user specifies.
If my tool uses dtrace -c to run the program as a subprocess of DTrace, no
Something like sudo dtruss -f sudo -u has worked for me, but I felt bad about it afterwards.
sudo dtruss -f sudo -u
I filed a Radar bug about it and had it closed as a duplicate of #5108629.