Re: [Qt-creator] Debugging as super-user

2010-04-15 Thread André Pönitz
On Thursday 15 April 2010 01:56:52 ext Bryce Schober wrote: yep. The problem is that I can't figure out how to get qt-creator to allow any wrapper to do the interactive stuff necessary to get through sudo, or preferrably gksu. That's strange. Does mlockall() depend on group permissions

Re: [Qt-creator] Debugging as super-user

2010-04-15 Thread Bryce Schober
Still no good. On Thu, Apr 15, 2010 at 1:28 AM, André Pönitz andre.poen...@nokia.comwrote: echo ' #include stdio.h #include unistd.h #include grp.h int main(int argc, char *argv[]) { setreuid(geteuid(), geteuid()); setregid(getegid(), getegid()); gid_t