1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

* Set umask to 0022 on startup.

This commit is contained in:
Eelco Dolstra 2003-05-30 20:53:36 +00:00
parent 5908663f42
commit f66055fa1e
3 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,8 @@ my $tmpfile = "$prefix/var/nix/prebuilts.tmp";
my $conffile = "$etcdir/prebuilts.conf";
umask 0022;
sub register {
my $fn = shift;
my $url = shift;