Comment 3 for bug 1097816

Revision history for this message
Daniel Manrique (roadmr) wrote :

Yes, it's pretty easy, only the plugins/backend_info.py plugin uses sudo. The code is simple, but what it does is fork, and the forked process tries to superuser-execute the "backend" script. "superuser-execute" means trying to determine which sudo-invoker to use (it can choose between kdesudo, gksudo and plain sudo to do so).