summaryrefslogtreecommitdiffstats
path: root/sandbox/linux
Commit message (Expand)AuthorAgeFilesLines
* Add GN build for Linux sandbox.brettw@chromium.org2014-05-291-0/+313
* Linux sandbox: make SANDBOX_TEST compatible with LSANjln@chromium.org2014-05-229-22/+63
* Convert a bunch of BPF_TEST tests to use BPF_TEST_Cmdempsky@chromium.org2014-05-214-204/+247
* Linux Sandbox: run all BaselinePolicy tests with sanitizers.jln@chromium.org2014-05-212-23/+28
* [reland] Remove SandboxBPF's dependency on CompatibilityPolicymdempsky@chromium.org2014-05-214-104/+120
* Revert of Remove SandboxBPF's dependency on CompatibilityPolicy (https://code...isherman@chromium.org2014-05-204-120/+104
* Remove SandboxBPF's dependency on CompatibilityPolicymdempsky@chromium.org2014-05-204-104/+120
* Simplify PointerCompare a littlemdempsky@chromium.org2014-05-201-66/+60
* Fix misuses of DISALLOW_IMPLICIT_CONSTRUCTORS()mdempsky@chromium.org2014-05-202-8/+13
* NaCl: Add sanity check for number of open FDs at startupmseaborn@chromium.org2014-05-203-0/+46
* Add SandboxBPFPolicy::InvalidSyscall() to simplify writing policiesmdempsky@chromium.org2014-05-176-24/+50
* Linux sandbox: add more baseline policy unittests.jln@chromium.org2014-05-173-0/+141
* Android: cleanup gtest_target_type conditions.bulach@chromium.org2014-05-171-3/+2
* Split up the //sandbox OWNERS file into per-subdirectory ones.rsesek@chromium.org2014-05-131-0/+3
* Linux sandbox: exclude MSAN from baseline policy testsjln@chromium.org2014-05-121-2/+4
* Move sanbox_export.h to //sandbox from //sandbox/linux and split root OWNERS ...rsesek@chromium.org2014-05-1220-42/+19
* Non-SFI NaCl: Stop running sandbox tests in components_unittestshamaji@chromium.org2014-05-102-23/+9
* Refactor BPFTesterCompatibilityDelegate to use AuxHolder insteadmdempsky@chromium.org2014-05-093-45/+31
* Ensure that _GNU_SOURCE is defined early enoughmostynb@opera.com2014-05-092-4/+10
* Fix Intel 64 bots by explicitly adding the syscall.hmiguelg@chromium.org2014-05-091-0/+1
* Linux sandbox: always restrict clone() in baseline policy.jln@chromium.org2014-05-096-15/+164
* NaCl non-sfi sandbox: use modern framework for testsjln@chromium.org2014-05-071-9/+9
* Linux sandbox: implement new BPF testing macrosjln@chromium.org2014-05-075-89/+243
* Linux sandbox: cleanup test framework furtherjln@chromium.org2014-05-0611-91/+289
* Get rid of kZygoteIdFd from contentmdempsky@chromium.org2014-05-022-45/+64
* Linux sandbox: add basic DEPS files.jln@chromium.org2014-05-024-0/+35
* Linux sandbox: get rid of a number of reinterpret_castjln@chromium.org2014-05-0210-74/+243
* Revert 267599 "Linux sandbox: add basic DEPS files."noamsml@google.com2014-05-014-35/+0
* Linux sandbox: add basic DEPS files.jln@chromium.org2014-05-014-0/+35
* 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