summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Hide seccomp sandbox from !X86deanm@chromium.org2009-08-211-37/+41
* Linux: fix seccomp sandbox for GCC 4.4agl@chromium.org2009-08-131-2/+4
* Linux sandbox: fix security issue.agl@chromium.org2009-08-121-2/+6
* Fix seccomp sandbox for gcc44markus@chromium.org2009-08-122-2/+2
* Initial version of the Seccomp sandbox. Imported from http://code.google.com/...markus@chromium.org2009-08-1137-1/+11410
* Declare exe_name and cmd_line as const pointers and usewtc@chromium.org2009-07-231-7/+9
* Fix a FORWARD_NULL defect in ExtractModuleName reported by Coverity.wtc@chromium.org2009-07-232-6/+5
* Fix FORWARD_NULL defects reported by Coverity. We shouldwtc@chromium.org2009-07-222-3/+3
* Linux sandbox: save full list of SUID unsafe environment variables.agl@chromium.org2009-07-173-7/+81
* Linux sandbox: comment typo fix.agl@chromium.org2009-07-171-1/+1
* Linux: move hardcoded paths to GYP variables.agl@chromium.org2009-07-152-1/+13
* Linux: add comment to the sandbox binary as suggested by Markus.agl@chromium.org2009-07-151-1/+3
* Linux: propagate LD_LIBRARY_PATH through the SUID sandbox.agl@chromium.org2009-07-151-0/+15
* Linux: Fix sandbox defineagl@chromium.org2009-07-151-1/+1
* Linux: various sandbox changesagl@chromium.org2009-07-151-0/+6
* Linux: fix for developing on a machine with google-chrome packages installed.agl@chromium.org2009-07-152-0/+47
* Remove svn:executable property from some more files that don't need it.thestig@chromium.org2009-07-101-0/+0
* Linux: don't bother passing the chroot directory fd to the zygote.agl@chromium.org2009-07-101-19/+3
* Linux: use a temp directory for the chroot.agl@chromium.org2009-07-101-6/+41
* Build fix: scons doesn't support hyphens in target names.agl@chromium.org2009-07-081-1/+1
* Linux: SUID sandbox supportagl@chromium.org2009-07-082-0/+235
* Fix: Off-by-one error in LowLevelPolicy::Done.yuzo@chromium.org2009-07-031-1/+1
* -Fix a wrong commentcpu@google.com2009-07-012-1/+4
* Fix potential memleak in GetArgs.finnur@chromium.org2009-06-301-6/+6
* Implements a Zip() utility function. Refactor existingaa@chromium.org2009-06-011-0/+0
* Explicitly enable /INCREMENTAL linking for gyp-generated Debug builds.sgk@google.com2009-05-221-0/+5
* ZwOpenKeyEx is now documented at http://msdn.microsoft.com/en-us/library/dd53...nsylvain@chromium.org2009-05-213-8/+8
* Add more checks to be able to isolate why chrome cannotnsylvain@chromium.org2009-05-211-1/+22
* Add support for alternate window station.nsylvain@chromium.org2009-05-2015-40/+427
* Fix a crash in the unittests caused by the fact that the order ofnsylvain@chromium.org2009-05-181-0/+12
* Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build:sgk@google.com2009-04-081-1/+1
* Remove the checked-in scons configuration files.sgk@google.com2009-04-0110-532/+0
* Fix URL for sandboxing design doc.evan@chromium.org2009-03-276-8/+9
* sbox_unit_tests -> sbox_unittestsbradnelson@google.com2009-03-251-1/+1
* Sync sandbox WriteInto with updated version from basemark@chromium.org2009-03-252-17/+13
* Switching sandbox to gyp on windows.bradnelson@google.com2009-03-232-0/+9
* Revert 11946 since it is causing a build breakage on full rebuild. The maruel@chromium.org2009-03-181-0/+127
* Moving sbox to gyp on windows.bradnelson@google.com2009-03-181-127/+0
* Fix incorrect include guards in sandbox/. Guards now match their filename.deanm@chromium.org2009-03-175-11/+11
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-135-4/+1
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-128-8/+0
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-122-1/+1
* Pointing slns at generated vcprojs from base.bradnelson@google.com2009-03-121-39/+36
* NO CODE CHANGEdeanm@chromium.org2009-03-11173-180/+0
* Adding fixed guids to some modules to facilitate incremental switch to gyp.bradnelson@google.com2009-03-101-0/+1
* Slight code change to make some global variables const.maruel@google.com2009-03-104-11/+13
* Snapshotting progress.bradnelson@google.com2009-03-091-0/+316
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-055-5/+5
* In windows 7 there is a new Reg call that we need tonsylvain@chromium.org2009-02-134-8/+48
* Sandbox: Add support for Windows 7 - 64 bit.rvargas@google.com2009-02-032-15/+43