summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp-bpf/port.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove SECCOMP_BPF_STANDALONE and port the demo target to gyp.rsesek@chromium.org2013-11-141-35/+0
| | | | | | | | | BUG=316486 R=jln@chromium.org, markus@chromium.org Review URL: https://codereview.chromium.org/67173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235180 0039d316-1c4b-4281-b951-d872f2087c98
* Make sandbox/linux/seccomp-bpf/ follow the style guide.jln@chromium.org2013-11-081-16/+15
| | | | | | | | | | | | This CL has mostly be generated with clang-format and should not introduce any code change other than reformatting. BUG=316486 R=markus@chromium.org, rsesek@chromium.org Review URL: https://codereview.chromium.org/66723007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234013 0039d316-1c4b-4281-b951-d872f2087c98
* SECCOMP-BPF: Refactor the BPF sandbox API to use objects rather than ↵markus@chromium.org2013-02-261-0/+36
"static" methods. This change allows us to stack multiple instances of the sandbox. Also, split up headers in a generally saner fashion. BUG=130662 TEST=sandbox_linux_unittests Review URL: https://chromiumcodereview.appspot.com/12223109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184541 0039d316-1c4b-4281-b951-d872f2087c98