summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp/syscall_table.c
Commit message (Expand)AuthorAgeFilesLines
* Pull seccomp-sandbox in via DEPS rather than using an in-tree copy mseaborn@chromium.org2010-09-011-153/+0
* Revert 57921 - Pull seccomp-sandbox in via DEPS rather than using an in-tree ...nsylvain@chromium.org2010-08-311-0/+153
* Pull seccomp-sandbox in via DEPS rather than using an in-tree copymseaborn@chromium.org2010-08-301-153/+0
* Add support for calling {rt_,}sigaction(), and for invoking signal handlersmarkus@chromium.org2010-05-181-0/+9
* Make the use of signals inside of the sandbox safe.markus@chromium.org2010-04-201-0/+12
* Update/add copyright headers.markus@chromium.org2010-03-291-0/+4
* Treat calls to lstat() and lstat64() the same as calls to stat(). In practise,markus@chromium.org2010-02-241-0/+4
* seccomp: allow dup/dup2evan@chromium.org2010-02-031-0/+2
* - found all symbols that we directly access from assembly and marked them as ...markus@chromium.org2009-10-211-1/+5
* Initial version of the Seccomp sandbox. Imported from http://code.google.com/...markus@chromium.org2009-08-111-0/+118