summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Linux Sandbox: fix BPF compiler bugjln@chromium.org2014-03-282-1/+121
* Fix masking error in InterceptionManager::PatchNtdlljschuh@chromium.org2014-03-281-1/+1
* 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
* Make chrome_elf use thunks instead of function pointers.caitkp@chromium.org2014-03-183-0/+59
* 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
* Don't explicitly set DEP flags on Vistajschuh@chromium.org2014-03-151-3/+1
* 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
* Fix unreachable code in sandbox/. Found with MSVC warning 4702.pkasting@chromium.org2014-03-141-2/+3
* 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
* Remove DELETE permission on the sandboxed desktopjschuh@chromium.org2014-03-111-0/+1
* Linux Sandbox: scope child process with BrokerProcess class.jln@chromium.org2014-03-106-20/+102
* Revert 255151 "Make chrome_elf use thunks instead of function po..."caitkp@chromium.org2014-03-073-59/+0
* 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
* Don't modify the alternate winstation DACLjschuh@chromium.org2014-03-061-13/+1
* Make chrome_elf use thunks instead of function pointers.caitkp@chromium.org2014-03-053-0/+59
* Pass correct object_type in AddKnownSidToObjectjschuh@chromium.org2014-03-051-1/+1
* Correctly bounds check FileNameLength in IsSupportedRenameCalljschuh@chromium.org2014-03-051-5/+8
* Further tighten desktop permissions and cleanup style nitsjschuh@chromium.org2014-03-051-12/+14
* refactor ResolveNTFunctionPtrluken@chromium.org2014-03-051-16/+13
* Handle waitpid returning EINTR.mdempsky@chromium.org2014-03-031-2/+1
* Linux Sandbox: add Credentials::SupportsNewUserNS()jln@chromium.org2014-03-033-9/+72
* Check destination in sandbox CopyParamInjschuh@chromium.org2014-03-011-1/+2
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-266-10/+14
* Reduce sandbox permissions granted to alternate desktopjschuh@chromium.org2014-02-267-26/+134
* Revert 253415 "Reduce sandbox permissions granted to alternate d..."robertphillips@google.com2014-02-267-129/+26
* Reduce sandbox permissions granted to alternate desktopjschuh@chromium.org2014-02-267-26/+129
* fix excesive number of mutexes created by sandboxcpu@chromium.org2014-02-221-9/+19
* Clarify the process title of GPU broker process.dongseong.hwang@intel.com2014-02-224-16/+22
* Fix a compilation issue when building with VS2013 and optimization set to "max".sebmarchand@chromium.org2014-02-201-2/+2
* 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