Re: Probs with "BetterAuthorizationSample"-code

2009-10-17 Thread Frank W. Tag
(Due to a misconfiguration I did send this message more than once - sorry for that to all) Hi there, thanks to your and esp. Todds hints everything works quiet fine now. Two additional detail question remain: 1- How can I set up the BAS to proceed an install process without the HelperTool c

Re: Probs with "BetterAuthorizationSample"-code

2009-10-03 Thread Jens Alfke
On Oct 3, 2009, at 6:04 AM, Frank W. Tag wrote: 1. How can I debug my HelperTool? Obviously any breakpoints set in XCode won't work because the HelperTool is launched outside by the launchd. You can use Xcode's Run > Attach command to attach GDB to it once it's launched. (Hopefully Xcode

Re: Probs with "BetterAuthorizationSample"-code

2009-10-03 Thread Todd Heberlein
1. How can I debug my HelperTool? Obviously any breakpoints set in XCode won't work because the HelperTool is launched outside by the launchd. 2. My idea is to use asl to debug "barefoot". But for that I have to install aeach time when I have compiled a modified version of the HelperTool to

Probs with "BetterAuthorizationSample"-code

2009-10-03 Thread Frank W. Tag
Dear all, as a preface: Hopefully this is the right discussion group for my question - otherwise I apologize for the inconveniance and would ask you for a hint to the right one ... I am trying around with the "BetterAuthorizationSample"-code to perform privileged system calls in a mostly