Still no good.

On Thu, Apr 15, 2010 at 1:28 AM, André Pönitz <[email protected]>wrote:

> echo '
>   #include <stdio.h>
>   #include <unistd.h>
>    #include <grp.h>
>
>   int main(int argc, char *argv[])
>   {
>       setreuid(geteuid(), geteuid());
>       setregid(getegid(), getegid());
>        gid_t zero = 0;
>       setgroups(1, &zero);
>        return execvp("/usr/bin/gdb", argv);
>   }
>  ' | gcc -xc - -o /tmp/gdb-su && chmod +s /tmp/gdb-su
>



-- 
Bryce Schober
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to