summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp/maps.cc
Commit message (Expand)AuthorAgeFilesLines
* Correctly align memory allocations in the case where we need to allocate memorymarkus@chromium.org2010-04-281-1/+4
* - Add a custom allocator for STL objects. This fixes sandbox failures thatmarkus@chromium.org2010-03-081-7/+11
* Explicitly ask for unsigned values when comparing addresses. Not only is thismarkus@chromium.org2010-02-241-2/+2
* linux: make the seccomp sandbox work againevan@chromium.org2010-01-081-12/+54
* Allow the seccomp sandbox to be enabled, even if the suid sandbox hasmarkus@chromium.org2009-11-071-10/+9
* - found all symbols that we directly access from assembly and marked them as ...markus@chromium.org2009-10-211-118/+6
* Linux: fix seccomp sandbox for GCC 4.4agl@chromium.org2009-08-131-2/+4
* Initial version of the Seccomp sandbox. Imported from http://code.google.com/...markus@chromium.org2009-08-111-0/+330