summaryrefslogtreecommitdiffstats
path: root/sandbox/linux
Commit message (Expand)AuthorAgeFilesLines
* Add HANDLE_EINTR in some places missing it.brettw@chromium.org2014-03-271-1/+1
* Add x86_64 ucontext structure for Android x64zhenyu.liang@intel.com2014-03-272-0/+90
* Linux sandbox: disable bare BPF tests on TSANv2thakis@chromium.org2014-03-261-2/+2
* Linux: do not associate SIGSYS with the StackDumpSignalHandlerjln@chromium.org2014-03-261-2/+5
* Make seccomp-bpf mandatory on ARM.jln@chromium.org2014-03-251-4/+3
* Linux sandbox: use openat() instead of open() in broker process.jln@chromium.org2014-03-221-3/+18
* Revert 258683 "Linux sandbox: use openat() instead of open() in ..."jln@chromium.org2014-03-211-1/+1
* Linux sandbox: use openat() instead of open() in broker process.jln@chromium.org2014-03-211-1/+1
* Linux sandbox: add a few missing HANDLE_EINTR()jln@chromium.org2014-03-212-3/+3
* Fix DEATH_BY_SIGNAL helpermdempsky@chromium.org2014-03-193-1/+34
* Move ScopedFILE to base namespace and scoped_file.hbrettw@chromium.org2014-03-171-1/+1
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-174-19/+18
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-154-18/+19
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-144-19/+18
* Pass expected value as first argument to ASSERT_EQmdempsky@chromium.org2014-03-141-3/+3
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-144-18/+19
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-144-19/+18
* Revert of Fix DEATH_BY_SIGNAL test helper (https://codereview.chromium.org/19...mdempsky@chromium.org2014-03-133-26/+1
* Fix DEATH_BY_SIGNAL test helpermdempsky@chromium.org2014-03-123-1/+26
* Linux Sandbox: scope child process with BrokerProcess class.jln@chromium.org2014-03-106-20/+102
* Revert 255478 "Style nits"jln@chromium.org2014-03-071-2/+0
* Style nitsmatthew@dempsky.org2014-03-071-0/+2
* Linux sandbox: add basic Yama supportjln@chromium.org2014-03-0714-10/+667
* Handle waitpid returning EINTR.mdempsky@chromium.org2014-03-031-2/+1
* Linux Sandbox: add Credentials::SupportsNewUserNS()jln@chromium.org2014-03-033-9/+72
* Clarify the process title of GPU broker process.dongseong.hwang@intel.com2014-02-224-16/+22
* Setuid sandbox: exit(2) on SIGABRTjln@chromium.org2014-02-151-0/+18
* Revert 251391 "Setuid sandbox: exit(2) on SIGABRT"asvitkine@chromium.org2014-02-141-15/+0
* Setuid sandbox: exit(2) on SIGABRTjln@chromium.org2014-02-141-0/+15
* Revert r251271 "Setuid sandbox: exit(2) on SIGABRT" Make Linux build again.pfeldman@chromium.org2014-02-141-15/+0
* Setuid sandbox: exit(2) on SIGABRTjln@chromium.org2014-02-141-0/+15
* Revert 251265 "Setuid sandbox: exit(2) on SIGABRT"jln@chromium.org2014-02-141-15/+0
* Setuid sandbox: exit(2) on SIGABRTjln@chromium.org2014-02-141-0/+15
* Linux sandbox tests: always stop threadsjln@chromium.org2014-02-101-0/+4
* Disable the failing ThreadHelpers.* tests under ThreadSanitizer for now.glider@chromium.org2014-02-101-3/+14
* android: Require exe unittests to have a foo_unittest_stripped target.thakis@chromium.org2014-02-101-0/+15
* Linux Sandbox: Stop GPU watchdog in accountable way.jln@chromium.org2014-02-085-0/+213
* Linux Sandbox: EPERM credential changes.jln@chromium.org2014-02-041-2/+2
* Disable libc urandom overrides under MSan.earthdok@chromium.org2014-01-281-6/+6
* sandbox: Remove a TEXTREL on Linux ARM.rsesek@chromium.org2013-12-202-6/+1
* Make building seccomp-bpf a GYP conditionjln@chromium.org2013-12-192-11/+4
* ARM Linux sandbox: make sure r7 is marked as clobberedjln@chromium.org2013-12-191-2/+2
* Making sandbox error message on moving to namespaces more accurate.mithro@mithis.com2013-12-181-1/+13
* Revert 240670 "Revert 239894 "Linux Sandbox: check no threads be..."jln@chromium.org2013-12-162-0/+6
* Revert 239894 "Linux Sandbox: check no threads before fork()."jln@chromium.org2013-12-132-6/+0
* Linux sandbox: Deprecate compatibility APIjln@chromium.org2013-12-102-13/+0
* Linux Sandbox: check no threads before fork().jln@chromium.org2013-12-102-0/+6
* Linux sandbox: cleanup sandbox-bpf naming.jln@chromium.org2013-12-1032-314/+299
* Linux Sandbox: move NaCl to new BPF policy format.jln@chromium.org2013-12-103-28/+3
* Linux sandbox: migrate policies to new format.jln@chromium.org2013-12-095-138/+382