Skip to content

Commit

Permalink
refs #23: Fix traced syscall list.
Browse files Browse the repository at this point in the history
 * Now it correctly prevents killing the REPL daemon itself,
   while allowing other signals transparently.
   (e.g., now "Ctrl+Z on vim" to set it background works.)
  • Loading branch information
achimnol committed Nov 1, 2016
1 parent 422321f commit 2094668
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
Binary file modified bin/intra-jail
Binary file not shown.
Binary file modified bin/intra-jail-check
Binary file not shown.
Binary file modified bin/jail
Binary file not shown.
Binary file modified bin/jail-check
Binary file not shown.
1 change: 1 addition & 0 deletions jail/policy/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func init() {
"vfork",
"clone",
"execve",
"kill",
}

// Following syscalls are conditionally allowed.
Expand Down

0 comments on commit 2094668

Please sign in to comment.