Skip to content

Commit 17cda89

Browse files
committed
make temp files world-reable
they just contain code that codes through IRC anyway
1 parent 2e7952d commit 17cda89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/EvalbotExecuter.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ sub _fork_and_eval {
102102

103103
# the forked process should write its output to this tempfile:
104104
my ($fh, $filename) = tempfile();
105+
chmod 0644, $filename;
105106

106107
my $fork_val = fork;
107108
my $timed_out = 0;

0 commit comments

Comments
 (0)