X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;h=9cbf820d5dcd336d5e0bff16d118da711462e84f;hp=163e16666cf108d41cbfbb271a2c0d3e6e1c035c;hb=10f0f0a57c2f786e1cb17fb2fec88a430c0fc0c6;hpb=6e6dd05d710c027aa19ac1605668e2017c4f441f diff --git a/remoteglot.pl b/remoteglot.pl index 163e166..9cbf820 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -67,7 +67,7 @@ select(TBLOG); $| = 1; select(STDOUT); -umask 0027; # analysis.json should not be served to users. +umask 0022; # analysis.json should not be served to users. # open the chess engine my $engine = open_engine($remoteglotconf::engine_cmdline, 'E1', sub { handle_uci(@_, 1); });