nixpkgs/nixos/modules
Thomas Tuegel 3dc6168b31 Properly escape passwords sent to chpasswd
The mutableUsers feature uses `chpasswd` to set users passwords.
Passwords and their hashes were being piped into the program using
double quotes ("") to escape. This causes any `$` characters to be
expanded as shell variables. This is a serious problem because all the
password hash methods besides DES use multiple `$` in the hashes. Single
quotes ('') should be used instead to prevent shell variable expansion.
2014-02-10 08:16:22 -06:00
..
config Properly escape passwords sent to chpasswd 2014-02-10 08:16:22 -06:00
hardware Upgrade bumblebee and add nixos module 2014-02-09 15:09:41 +01:00
installer nixos/memtest: Allow user to specify memtest86 boot parameters 2014-02-09 13:55:37 +01:00
misc nixos: add uid/gid for munin 2014-02-07 23:08:15 +01:00
profiles remove references to isSystemUser and fix eval of tested job 2014-02-08 21:10:00 +01:00
programs Only add shadow to system packages if users.mutableUsers is true 2014-02-05 15:56:51 +01:00
security polkit: Add some examples 2013-11-18 18:04:17 +01:00
services mediawiki: Fix some references to /bin/bash 2014-02-10 09:14:30 -05:00
system nixos/memtest: use docbook formatting 2014-02-09 13:56:09 +01:00
tasks network-interfaces: Add the ability to create bond devices 2013-12-31 09:28:52 -06:00
testing Rename linuxManualConfig to buildLinux 2014-01-21 20:05:55 -05:00
virtualisation services.mesa -> hardware.opengl 2014-02-08 14:45:37 -05:00
module-list.nix Upgrade bumblebee and add nixos module 2014-02-09 15:09:41 +01:00
rename.nix services.mesa -> hardware.opengl 2014-02-08 14:45:37 -05:00