https://bugzilla.novell.com/show_bug.cgi?id=486267 User tambet@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=486267#c55 Tambet Ingo <tambet@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #55 from Tambet Ingo <tambet@novell.com> 2009-03-25 02:44:51 MST --- I'd argue the DBus policy matching order is wrong. The policies are applied in order (from the man page and also from comment #42) with "Policies applied later will override those applied earlier". That would mean the policies order should be from least matching to single match (ie: default, at_console, group, user). In current situation it's effectively not possible to use user and group rules independently of whether they are at console or not. But of course we just have to live with what we have... Removing the "at_console" policy means the user who runs the applet can't access his own settings over DBus, so it's not a working solution. I think the best solution would be to check the permissions in code. While it's probably a bug somewhere that the proposed patch from comment #50 doesn't work, it's probably harder to maintain to list all allowed interfaces, just to disallow one. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.