summaryrefslogtreecommitdiffstats
path: root/sandbox/linux
Commit message (Expand)AuthorAgeFilesLines
* Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD>mdempsky@chromium.org2014-04-302-12/+8
* Linux sandbox: put back sigaltstack in syscall sets.jln@chromium.org2014-04-301-0/+1
* Linux sandbox: disallow fork() and *kill for ASANjln@chromium.org2014-04-301-55/+27
* Enable use_sigaltstack=1 for ASan builds. This will ease the stack overflow d...glider@chromium.org2014-04-302-1/+7
* Linux sandbox: allow *kill on ASANjln@chromium.org2014-04-301-12/+30
* Linux sandbox: restrict *kill to the current process.jln@chromium.org2014-04-297-11/+73
* NaCl Linux: create NaClSandbox classjln@chromium.org2014-04-291-1/+1
* Add tests to make sure UnixDomainSocket and namespaces play nicelymdempsky@chromium.org2014-04-282-0/+268
* Sandbox Linux Unittests: fix silly spurious errorjln@chromium.org2014-04-181-1/+2
* Linux sandbox test: temporarily allow fork() with threadsjln@chromium.org2014-04-182-10/+22
* Linux sandbox tests: wait for threads to disappear.jln@chromium.org2014-04-181-5/+23
* Remove unused input_shlib_pathcjhopman@chromium.org2014-04-171-4/+0
* Reland: Add seccomp sandbox for non-SFI NaClhamaji@chromium.org2014-04-176-8/+61
* Broker process unittest build fail after r263147pgal.u-szeged@partner.samsung.com2014-04-171-0/+1
* Revert of Add seccomp sandbox for non-SFI NaCl (https://codereview.chromium.o...jln@chromium.org2014-04-175-55/+8
* Add seccomp sandbox for non-SFI NaClhamaji@chromium.org2014-04-175-8/+55
* NaCl Linux: use own setuid sandbox instancejln@chromium.org2014-04-172-10/+84
* Linux Sandbox: Move setuid sandbox localization code.jln@chromium.org2014-04-153-2/+88
* Linux sandbox: style cleanup for setuid sandbox.jln@chromium.org2014-04-147-55/+52
* Fix BrokerProcess.RecvMsgDescriptorLeak under Valgrindmdempsky@chromium.org2014-04-121-2/+8
* Enable the new test launcher for sandbox_linux_unittestsphajdan.jr@chromium.org2014-04-114-18/+10
* Add unit test to check for broker FD leakmdempsky@chromium.org2014-04-115-0/+90
* sandbox_bpf_unittest.cc: Remove old code.jorgelo@chromium.org2014-04-101-7/+0
* Fixes for sandbox unit tests on Androidzhenyu.liang@intel.com2014-04-101-0/+26
* Always output seccomp error messages to stderrhamaji@chromium.org2014-04-091-10/+9
* [Linux] Use PR_SET_NO_NEW_PRIVS by default in base/process/launch.h.rsesek@chromium.org2014-04-091-3/+11
* Switch broker_process.cc to use ScopedFD.mdempsky@chromium.org2014-04-091-5/+9
* sandbox: Add support for starting seccomp-bpf with threads.rsesek@chromium.org2014-04-055-13/+58
* Revert of sandbox: Add support for starting seccomp-bpf with threads. (https:...scottmg@chromium.org2014-04-055-56/+13
* sandbox: Add support for starting seccomp-bpf with threads.rsesek@chromium.org2014-04-055-13/+56
* Linux sandbox: componentize almost everything.jln@chromium.org2014-04-0512-24/+52
* Linux sandbox: make seccomp_bpf a component target.jln@chromium.org2014-04-049-36/+78
* Linux sandbox: add unit test sanity check.jln@chromium.org2014-04-041-0/+21
* Linux sandbox tests: change a magic exit code value.jln@chromium.org2014-04-031-1/+3
* Linux sandbox: reformat codegen_unittest.ccjln@chromium.org2014-03-311-81/+76
* Linux Sandbox: fix BPF compiler bugjln@chromium.org2014-03-282-1/+121
* 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