nixos-container: Ensure umask 022

Fixes #2585.
This commit is contained in:
Eelco Dolstra 2014-05-09 13:24:42 +02:00
parent 1c4fd9b25d
commit 253bbb8e2b

View File

@ -9,6 +9,9 @@ use Getopt::Long qw(:config gnu_getopt);
my $socat = '@socat@/bin/socat';
# Ensure a consistent umask.
umask 0022;
# Parse the command line.
sub showHelp {