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:
parent
5908663f42
commit
f66055fa1e
3 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue