1
0
mirror of https://github.com/gryf/wicd.git synced 2026-04-26 08:21:25 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Robby Workman 9c64f5ac7f 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.
2009-07-07 22:37:30 -05:00
Robby Workman 54fcdee726 Reorder the directives in the dbus config file
This is aesthetic only; no functional change.
2009-07-07 22:36:05 -05:00
Robby Workman 155bf2edfd Remove obsolete entries from dbus config file
org.wicd.daemon.config no longer exists; this was apparently a
    leftover from the 1.4.x or 1.5.x days.
2009-07-07 22:31:08 -05:00
Robby Workman 48160df95b Add support for configurable Unix group to be used - basically, users
must be a member of this group in order to use Wicd.  Note that this
  does not apply on systems configured to use ConsoleKit/PAM/et al.
This defaults to use the "users" group so that it will work "out of the
  box" for most people, but distributions are encouraged to edit it
  as needed with the "--wicdgroup=whatever" configure argument.
2008-12-23 01:47:53 -06:00