summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp
Commit message (Expand)AuthorAgeFilesLines
* Fix minor compilation issues that can trigger on some platforms (e.g. CentOS)markus@chromium.org2009-09-142-2/+2
* Despite the futex(2) manual page telling us to include <linux/futex.h>, thismarkus@chromium.org2009-09-142-1/+59
* On Linux, move the passing of filedescriptors to a dedicated socketpair().agl@chromium.org2009-09-041-1/+1
* Linux: fix seccomp sandbox for GCC 4.4agl@chromium.org2009-08-131-2/+4
* Fix seccomp sandbox for gcc44markus@chromium.org2009-08-122-2/+2
* Initial version of the Seccomp sandbox. Imported from http://code.google.com/...markus@chromium.org2009-08-1136-0/+11365