1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
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
misc
profiles
programs
security
services mediawiki: Fix some references to /bin/bash 2014-02-10 09:14:30 -05:00
system
tasks
testing
virtualisation
module-list.nix Upgrade bumblebee and add nixos module 2014-02-09 15:09:41 +01:00
rename.nix