<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fripost-preseed/src/fripost-postinst-udeb/finish-install.d/07fripost, branch master</title>
<subtitle>Fripost preseeding scripts</subtitle>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-preseed/'/>
<entry>
<title>Make the encrypted installation work with Jessie.</title>
<updated>2015-06-07T02:28:18+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-05-08T15:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-preseed/commit/?id=cdec2e76b4b1af00e10ce3bb72ee74e33d52083b'/>
<id>cdec2e76b4b1af00e10ce3bb72ee74e33d52083b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the SELinux configuration option.</title>
<updated>2015-06-07T02:28:17+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-05-08T15:10:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-preseed/commit/?id=61bb46a89b9f73055102b369451b6e64f63d45df'/>
<id>61bb46a89b9f73055102b369451b6e64f63d45df</id>
<content type='text'>
Since the default policy is no longer available in Jessie.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the default policy is no longer available in Jessie.
</pre>
</div>
</content>
</entry>
<entry>
<title>Jessie fixups.</title>
<updated>2015-06-07T02:28:13+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-05-08T15:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-preseed/commit/?id=4aef8c9e30d4c14c801a50aa94eed983ab4ae2c5'/>
<id>4aef8c9e30d4c14c801a50aa94eed983ab4ae2c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the 'gamin' package.</title>
<updated>2015-06-07T02:28:11+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2014-06-27T21:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-preseed/commit/?id=a18ef47a22b09347e6d4738c37f364379a86d93b'/>
<id>a18ef47a22b09347e6d4738c37f364379a86d93b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restrict SSH login to members of the 'ssh-login' group.</title>
<updated>2015-06-07T02:28:07+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2014-04-16T17:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-preseed/commit/?id=77ec2e80ad7085fb5f35a4624ac16bb65d580ca8'/>
<id>77ec2e80ad7085fb5f35a4624ac16bb65d580ca8</id>
<content type='text'>
Don't use the group 'ssh', as it's automatically created by
openssh-client's postinstall hook, and is used for ssh-agent's setgid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use the group 'ssh', as it's automatically created by
openssh-client's postinstall hook, and is used for ssh-agent's setgid.
</pre>
</div>
</content>
</entry>
<entry>
<title>wibble</title>
<updated>2015-06-07T02:28:03+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2014-01-24T22:38:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-preseed/commit/?id=145b1e03c69d3dcc8a0328e665f220020b142ba7'/>
<id>145b1e03c69d3dcc8a0328e665f220020b142ba7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure urandom entropy is of cryptographic quality.</title>
<updated>2015-06-07T02:27:57+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2014-01-23T01:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-preseed/commit/?id=ba40cbca9650e1ddaa8357c21b5de31cc376c481'/>
<id>ba40cbca9650e1ddaa8357c21b5de31cc376c481</id>
<content type='text'>
The non-blocking PRNG /dev/urandom doesn't block if it has been seeded
enough, sadly (e.g., if the entropy pool is empty).  Reading a few bytes
from the *blocking* should ensure that "the kernel RNG has [...] reach
full entropy at least once, which guarantees cryptographic quality of
the rest of the /dev/urandom stream." -- Tor bug #10676

    https://trac.torproject.org/projects/tor/ticket/10676

See also urandom(4).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The non-blocking PRNG /dev/urandom doesn't block if it has been seeded
enough, sadly (e.g., if the entropy pool is empty).  Reading a few bytes
from the *blocking* should ensure that "the kernel RNG has [...] reach
full entropy at least once, which guarantees cryptographic quality of
the rest of the /dev/urandom stream." -- Tor bug #10676

    https://trac.torproject.org/projects/tor/ticket/10676

See also urandom(4).
</pre>
</div>
</content>
</entry>
<entry>
<title>wibble</title>
<updated>2015-06-07T02:27:49+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2013-12-08T00:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-preseed/commit/?id=836ba18991af12dd5094a79a3777bb736857f18a'/>
<id>836ba18991af12dd5094a79a3777bb736857f18a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformulate the headers showing the license.</title>
<updated>2015-06-07T02:27:48+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2013-11-26T03:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-preseed/commit/?id=7f227546a8d07801898cb23530306b9190e447c5'/>
<id>7f227546a8d07801898cb23530306b9190e447c5</id>
<content type='text'>
To be clearer, and to follow the recommendation of the FSF, we include
a full header rather than a single sentence.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To be clearer, and to follow the recommendation of the FSF, we include
a full header rather than a single sentence.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganization.</title>
<updated>2015-06-07T02:27:43+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2013-10-28T18:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-preseed/commit/?id=e596091daf51443248a0cb427832be62552eaf27'/>
<id>e596091daf51443248a0cb427832be62552eaf27</id>
<content type='text'>
Move preseed-related stuff in ./preseed/, and vm-related stuff in
./virtualenv/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move preseed-related stuff in ./preseed/, and vm-related stuff in
./virtualenv/.
</pre>
</div>
</content>
</entry>
</feed>
