GNOME Bugzilla – Bug 126422
System Monitor should use libgnomesu for root authentication
Last modified: 2011-11-11 10:03:55 UTC
Libgnomesu is a library in gnome cvs that has been written to be a secure portable way to run programs as root. I would recommend using it for the ssytem monitor for Gnome 2.6, as the current way of switching to root is less than ideal.
Created attachment 29573 [details] [review] Patch to implement this. This simple patch implements libgnomesu support.
The patch is for gnome-system-monitor 2.6.0 since I'm not able to compile the CVS version.
Has libgnomesu been proposed for inclusion in the platform?
libgnomesu would solve some security problems as currently the password is not blanked whenever it should be (we have to be paranoid).
Switching to libgnomesu also solves : http://bugzilla.gnome.org/show_bug.cgi?id=126241 http://bugzilla.gnome.org/show_bug.cgi?id=129176 http://bugzilla.gnome.org/show_bug.cgi?id=140061
so what's going on with libgnomesu ? i've branched and 2.10 devel happens in HEAD....
Created attachment 34150 [details] [review] updated
so what's up here ?
Commited. Wait&See.