aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools/linux-sandbox-pid1.cc
Commit message (Expand)AuthorAge
* Fix #2667: Grab MS_REC from linux/fs.h if not defined.Gravatar philwo2017-10-20
* Fix sandbox to recursively bind mount the writable directories.Gravatar Googler2017-06-05
* Small optimization to avoid allocating strings in the bind mount loop.Gravatar Googler2017-05-31
* Share the signal handling code between linux-sandbox and process-wrapper.Gravatar philwo2017-05-19
* Some fixes to process-wrapper / linux-sandbox.Gravatar philwo2017-05-19
* Convert process-wrapper to C++.Gravatar Philipp Wollermann2017-05-17
* Automated g4 rollback of commit 3e5edafa2a04a71cd3596e929e83222da725f3f9.Gravatar philwo2017-05-15
* process-wrapper: Wait for all (grand)children before exiting.Gravatar philwo2017-04-24
* sandbox: Use std::string instead of char*.Gravatar Philipp Wollermann2017-03-27
* sandbox: Ignore ENOENT during remount.Gravatar Philipp Wollermann2017-03-27
* sandbox: No longer change the user to 'nobody' by default.Gravatar Philipp Wollermann2017-03-24
* sandbox: No longer require a temporary "sandbox" directory.Gravatar Philipp Wollermann2017-03-24
* sandbox: Remove the flag --sandbox_block_path.Gravatar Philipp Wollermann2017-03-24
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Remove unused function to silence a warning when compiling bazel.Gravatar Tobias Werth2017-02-06
* Fix #2285: linux-sandbox-pid1.cc:398: remount: Operation not permittedGravatar Philipp Wollermann2017-02-02
* Fix #2018: Can't access localhost in bazel 0.3.2.Gravatar Philipp Wollermann2017-02-01
* Add customized path mounting in Bazel sandbox.Gravatar Xin Gao2016-12-20
* Let the sandbox ignore ESTALE errors on remounting file systems.Gravatar Philipp Wollermann2016-11-29
* Fix linux-sandbox failure when there is a mount points under /tmpGravatar Yuki Yugui Sonoda2016-10-27
* Fix #1719: Sandbox should print better error message on execvp failure.Gravatar Philipp Wollermann2016-10-17
* Fix #1671: Use a better approach to reap child processes, which fixes the occ...Gravatar Philipp Wollermann2016-09-26
* Fix Bazel failing to build anything when its workspace or output base is in /...Gravatar Philipp Wollermann2016-09-21
* Implement the first stage of Bazel's "Sandbox 2.0" for Linux.Gravatar Philipp Wollermann2016-08-18