Menu

Run processes as a nother user with libsudo

The libsudo library lets your C/C++ application to start processes as a different user (usually 'root') by calling 'sudo'. It's like the system() call but specifying a different user.

Please note this is a library, not an end-user application, i. e. libsudo enables you to develop your own kdesudo, kdesu, gksu but this is not replacement for the aforementioned user applications.

Posted by Pau Garcia i Quiles 2008-02-27

Log in to post a comment.