On Wednesday 25 of February 2015 17:09:41 Bastien Nocera wrote: > This allows gnome-abrt to not query for a password when an administrator > opens gnome-abrt. > --- > src/dbus/abrt_polkit.policy | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/dbus/abrt_polkit.policy b/src/dbus/abrt_polkit.policy > index a3425d9..a127b8f 100644 > --- a/src/dbus/abrt_polkit.policy > +++ b/src/dbus/abrt_polkit.policy > @@ -20,7 +20,7 @@ Copyright (c) 2012 ABRT Team > <[email protected]> <message>Reading others problems requires > authentication</message> <defaults> > <allow_any>auth_admin</allow_any> > - <allow_active>auth_admin_keep</allow_active> > + <allow_active>yes</allow_active> > <allow_inactive>auth_admin</allow_inactive> > </defaults> > </action>
Pushed. Thanks! https://github.com/abrt/abrt/commit/391bfed759560663624a3147fe044428bb5cecff
