mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
nixos-generate-config: enforce umask 0022, fixes #30954
This commit is contained in:
parent
e2edccae47
commit
f2621d4ba8
@ -8,6 +8,7 @@ use File::Basename;
|
||||
use File::Slurp;
|
||||
use File::stat;
|
||||
|
||||
umask(0022);
|
||||
|
||||
sub uniq {
|
||||
my %seen;
|
||||
|
Loading…
Reference in New Issue
Block a user