From 9c64f5ac7f0d79b20296cb1a1f10fb6b4b6fdfcb Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 7 Jul 2009 22:37:30 -0500 Subject: [PATCH 1/2] Remove default allow at_console permissions for wicd client I suspect that this will be a user-visible change for lots of people; basically, the default before this was to allow any user logged in on the local machine to use wicd-client IF ConsoleKit was installed and in use on the machine. Since we don't support use of PolicyKit for obtaining authorizations, this wasn't really the proper default in my opinion. This will not affect systems that are not using ConsoleKit - they will continue to depend on group membership in whatever is defined for %WICDGROUP% in the dbus configuration file. --- in/other=wicd.conf.in | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/in/other=wicd.conf.in b/in/other=wicd.conf.in index d3cc2ac..79c10c5 100644 --- a/in/other=wicd.conf.in +++ b/in/other=wicd.conf.in @@ -17,16 +17,6 @@ - - - - - - - - - - @@ -34,4 +24,20 @@ + + + From 447e9f454d7b30db7828d3ef665f5d5601131f98 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 8 Jul 2009 01:39:53 -0500 Subject: [PATCH 2/2] Clarify at_console and Introspectable bits in dbus config This (again) is largely aesthetic, but it clarifies the %WICDGROUP% setting (previous the comment referred to "above" while it was actually below) by moving that block above the at_console block. Also this adds a comment about the Introspectable method to head off any inquiries as to why we're allowing that in wicd's config. --- in/other=wicd.conf.in | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/in/other=wicd.conf.in b/in/other=wicd.conf.in index e7c36d3..e82bb6f 100644 --- a/in/other=wicd.conf.in +++ b/in/other=wicd.conf.in @@ -17,6 +17,16 @@ + + + + + + + + - - - - - -