Re: [Tails-dev] Modifying Tails-greeter to work outside of Tails

2016-11-15 Thread adrian15

El 07/10/16 a las 20:43, intrigeri escribió:

Hi adrian15!

adrian15:

   So, what I have been trying to do is to tweak minimally tails-greeter so 
that it
meets my needs. The final purpose of these tweaks is to convince you that some 
of
them are useful for tails-greeter so that you include into its
upstream code.


TL;DR: Next time I'll check this work I'll ask you for the right git 
branch to use as a base. And I will try to apply all the advice you give 
me in this reply.




OK, great. It would be nice if we could share one single codebase
indeed. Of course, for it to not be cause problems to us this must be
done in a super nice way, that does not make the code harder to
maintain on our side (e.g. using polymorphism and specialized classes
when doable rather than if/then conditionals, etc., the usual design
patterns to achieve such results).

I see.



   My tweaks are not perfect and thus there are some doubts which I need to 
clarify
with you. Let's start.


I'm sorry it took me so long to reply. I was trying to find time to do
it as well as I wanted, and obviously I won't have enough time soon,
so I'll at least answer whatever I can quickly.

No problem. I guess we are all busy.



1. tails-greeter Rescatux branch



The branch can be found here:



https://github.com/rescatux/tails-greeter/tree/rescatux_0.40b8


First of all: as told IRL last time we met, we have a WIP branch for
a totally revamped greeter, that rewrites most of the code and totally
changes the GUI. I think you'd better base your work on that one.

I'm not sure which one is the most up-to-date, I'll let you check
freshness of:

   feature/5464-revamp-ui
   feature/7550-revamp-phase1-prototype
   feature/revamp_phase1
   feature/revamp_phase1_user_strings


I used your stable branch for jessie so that I knew it worked.
Next time I'll check this work I'll ask you for the right branch to use.


2. Configuration files for enabling / disabling features. (Python)



When I talked to Intrigeri he pointed me to:
https://git-tails.immerda.ch/whisperback/tree/whisperBack/whisperback.py?h=feature/jessie
which used in turn config.py which was loaded from different places.



As I have noticed that tails-greeter now has config.py I have just modified it 
as you
can see in:
https://github.com/rescatux/tails-greeter/commit/863b13b7378b21af70783d36b61d5a8254a74675
.


I think the "if not" construction is OK for now as a tracer bullet
approach, but at some point that'll need to be refactored IMO.


I will ask for a OOP example in the future so that I can apply it.
I guess the problem it's in the gdm's Postlogin script which it's based 
on bash. I ask myself if it can be switched to python or not.



So I have added these boolean variables:



* tails_persistence_support
* tails_show_welcome_message



which are self explanatory.



2.1. Are those names correct or do you prefer them to be written in another way?
Or with another name?


Sounds good enough and easy to rename later while refactoring if needed.

Ok.



2.2. I guess I should add more Tails specific features such as the one about
physical security.


Your call obviously.

Ok.



2.3. I personally only use the Keyboard feature. Do you think there are other 
options
which could be useful for Debian by default?


No idea (but thanks for asking :)

Perhaps the "administration password" one? Also see the ones added or
planned in our new/future Greeter, such as local time & timezone.

Ok.



3. user user instead of amnesia user .



https://github.com/rescatux/tails-greeter/commit/f04280192440db280d53414e7cde99bc3017e52d
Debian Live default user is 'user', not 'amnesia'.
So that's a clear setting that should be set by Tails.


I certainly don't mind changing the default, as long as our own use
case is still supported. And we want to switch to "user" anyway:
https://labs.riseup.net/code/issues/5655 :)

That would simplify things indeed. That way I don't have to modify the user.



4. Configuration files for enabling / disabling features. (Bash)



4.1. One important part of tails-greeter is the PostLogin script from gdm3 
which it's
written in bash.




4.2. So as I was advised by intrigeri I rewrote the different tasks into 
functions.
I modified the code so that these functions were run conditioned to some
boolean variables.


Cool. These functions need a verb in their name, given their main
responsibility implies having side-effects.

I see. I could rename them. That's not a problem.


Looks like inter-dependencies between tasks are not handled, e.g.
some bits require GATHER_GENERAL_CONFIGURATION_ENABLED=yes to work.

Not sure what you mean but I'll take a look at it when I do.



4.4. I guess you would want another bash file to be sourced if someone wants to
config / modify it to suit their needs. But which filename path exactly?


Maybe /etc/tails-greeter/PostLogin.conf or similar?


Yeah, that might do it.



5. Apart from the tails-greeter branch with my changes, the fact that 

Re: [Tails-dev] Tor Browser 6.0.6 is ready for testing

2016-11-15 Thread bertagaz
Hi,

On Tue, Nov 15, 2016 at 08:18:00AM +, Georg Koppen wrote:
> FWIW: we are rebundling a final time to fix an issue with our donation
> banner affecting OS X users. Just that you don't get confused as soon as
> a -build8 shows up.

Thanks for the notice! Would have scared me otherwise. :)

bert.
___
Tails-dev mailing list
Tails-dev@boum.org
https://mailman.boum.org/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.

Re: [Tails-dev] Tor Browser 6.0.6 is ready for testing

2016-11-15 Thread Georg Koppen
bertagaz:
> Hi,
> 
> On Thu, Nov 10, 2016 at 05:50:00PM +, Georg Koppen wrote:
>>
>> Tor Browser 6.0.6 is ready for testing. Bundles can be found on
>>
>> https://people.torproject.org/~boklm/builds/6.0.6-build5
> 
> Thanks!
> 
> I see there's 6.0.6-build6 now, which seems to contain only minor
> changes related to the donation campaign. Should we rather include this build
> in Tails now?

FWIW: we are rebundling a final time to fix an issue with our donation
banner affecting OS X users. Just that you don't get confused as soon as
a -build8 shows up.

Georg




signature.asc
Description: OpenPGP digital signature
___
Tails-dev mailing list
Tails-dev@boum.org
https://mailman.boum.org/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.