Skip to content

Commit

Permalink
forbid mkdir in SAFE.setting
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Sep 9, 2011
1 parent 15813b2 commit ae8a6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SAFE.setting
Expand Up @@ -7,6 +7,7 @@ sub unlink(|$) { restricted('unlink') }
sub shell(|$) { restricted('shell') }
sub run(|$) { restricted('run') }
sub QX(|$) { restricted('qx, qqx') }
sub mkdir(|$) { restricted('mkdir') }

my class IO { }
IO.^add_fallback(
Expand Down

0 comments on commit ae8a6dd

Please sign in to comment.