aboutsummaryrefslogtreecommitdiffstats
path: root/src/fripost-postinst-udeb
Commit message (Collapse)AuthorAgeFiles
* Consolidate sshd_configHEADmasterGuilhem Moulin2020-05-171
|
* sshd_config: set UsePrivilegeSeparation sandbox.Guilhem Moulin2017-05-301
|
* Make the encrypted installation work with Jessie.Guilhem Moulin2015-06-071
|
* Remove the SELinux configuration option.Guilhem Moulin2015-06-072
| | | | Since the default policy is no longer available in Jessie.
* Jessie fixups.Guilhem Moulin2015-06-071
|
* Upgrade the preseed script to make it work with Debian Jessie.Guilhem Moulin2015-06-071
|
* Remove the 'gamin' package.Guilhem Moulin2015-06-071
|
* Restrict SSH login to members of the 'ssh-login' group.Guilhem Moulin2015-06-072
| | | | | 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.
* wibbleGuilhem Moulin2015-06-071
|
* Ensure urandom entropy is of cryptographic quality.Guilhem Moulin2015-06-071
| | | | | | | | | | | | 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).
* Multiarch support.Guilhem Moulin2015-06-071
| | | | Run 'ARCH=amd64 make' to preseed an AMD64 ISO image, etc.
* Fix warning when building packages.Guilhem Moulin2015-06-072
| | | | (I.e., make lintian happy.)
* wibbleGuilhem Moulin2015-06-071
|
* Reformulate the headers showing the license.Guilhem Moulin2015-06-071
| | | | | To be clearer, and to follow the recommendation of the FSF, we include a full header rather than a single sentence.
* Reorganization.Guilhem Moulin2015-06-079
Move preseed-related stuff in ./preseed/, and vm-related stuff in ./virtualenv/.