X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;h=9cbf820d5dcd336d5e0bff16d118da711462e84f;hp=163e16666cf108d41cbfbb271a2c0d3e6e1c035c;hb=94f448c82ea3da610c8aca0030f977d1f54741d6;hpb=703728497c14b57cb2e7db9e90376ba82468ecf3 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); });