Git Product home page Git Product logo

wicd-2.0's Introduction

wicd-2.0

Requirements

dbus >> 0.80.0

wicd-2.0's People

Contributors

dpaleino avatar mcagl avatar alisonken1 avatar

Watchers

 avatar  avatar  avatar  avatar

wicd-2.0's Issues

Use polkit to authenticate UIs

Wicd UIs are typically run by non-root users.

However, the wicd daemon needs root privileges to run. Current wicd uses DBus policies, and requires the user running the UI to belong to a certain group (`netdev' currently) to be able to run the UI.

Running a non-root UI which sends DBus messages to a root daemon, which doesn't check where the message comes from, is a bit risky security-wise. See, for example, what happened when Wicd saved unsanitized input into the configfiles, and the daemon could be made run any binary as root.

polkit is a system letting use require the user input a password when root-level settings need to be changed. Imagine an "unlock button", which ungreys some inputs in the UI when the correct password is used. This obviously shouldn't be used to control per-user settings, but only system-wide (i.e. needing root privileges) settings.

DBus

Since Wicd is planned on targeting mainly laptops, is there a need to support dbus protocols older than dbus 0.80?

Switch from config file cache to db cache

What about the possibility of using a db (ex. sqlite) to keep connection information instead of using text files for keeping track of connection information?

One idea that this might be useful for is keeping track of same essid on different ap's.

Logging option

  1. Since logging is setup only once when first started and typically not changed during server runtime, recommend that logging is setup on startup rather than creating a function that will be executed only once.
  2. Since there is a --no-daemon mode, have script check for daemon (background) or foreground mode and have logging setup to go to file on daemon mode or to screen on no-daemon mode to assist in debugging while running.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.