:: Re: [DNG] Systemd Shims
Top Page
Delete this message
Reply to this message
Author: Didier Kryn
Date:  
To: dng
Subject: Re: [DNG] Systemd Shims
Le 17/08/2015 07:10, Edward Bartolo a écrit :
> Forget about the CLI program or daemon. I can create a window with the
> following features. Then, we can decide about the backends. We can
> avoid having a full fledged sudo setup by ONLY allowing the few
> backends to work with it. This should help securitywise.
>
>
> Propose GUI:
> Main window with:
> a) listing the available wifi hotspots and the following buttons:
> New, Delete and Edit
> b) popup dialog asking for ESSID and password
>
> What do you think? I am waiting your go ahaid. If you tell me to
> begin, tomorrow it will be ready.
>
> Waiting for your orders... :)
> _______________________________________________
>


     The utility should not only talk to wpa_supplicant. It should also hack
/etc/network/interfaces to configure it for wifi roaming.


     It should also allow the user to specify dhcp or a static address, 
also ask
for a name for the corresponding section to add to /etc/network/interfaces,
in case of a static address.


     These are the only things wpa_gui is missing. For the rest, it is a 
good example.


     Many thanks for proposing to do it :-)
                                   Didier