Skip to content

Commit

Permalink
Updated whitelist: hg, ab, siege, stella, ln, su
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed May 20, 2010
1 parent 26a65e0 commit 71b90fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/rye/cmd.rb
Expand Up @@ -30,6 +30,9 @@ def ps(*args); __allow('ps', args); end
def sh(*args); __allow('sh', args); end
def df(*args); __allow('df', args); end
def du(*args); __allow('du', args); end
def su(*args); __allow('su', args); end
def ln(*args); __allow('ln', args); end
def ab(*args); __allow('ab', args); end
def hg(*args); __allow('hg', args); end

def env; __allow "env"; end
Expand Down Expand Up @@ -70,8 +73,10 @@ def chown(*args); __allow('chown', args); end
def unzip(*args); __allow('unzip', args); end
def bzip2(*args); __allow('bzip2', args); end
def which(*args); __allow('which', args); end
def siege(*args); __allow("siege", args); end

def umount(*args); __allow("umount", args); end
def stella(*args); __allow('stella', args); end
def uptime(*args); __allow("uptime", args); end
def python(*args); __allow('python', args); end
def gunzip(*args); __allow('gunzip', args); end
Expand Down

0 comments on commit 71b90fc

Please sign in to comment.