Skip to content

Commit

Permalink
disallow IO::Socket in Safe.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 20, 2009
1 parent 7e34de6 commit 95d2f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Safe.pm
Expand Up @@ -29,6 +29,8 @@ module Safe {
$P0['run'] = $P1
$P0['open'] = $P1
$P0['!qx'] = $P1
null $P1
set_hll_global ['IO'], 'Socket', $P0
}
}
Expand Down

0 comments on commit 95d2f43

Please sign in to comment.