summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* various changes to mounting and orderingleeming/ciAndrew Leeming2016-09-261-31/+68
* Adding special cases for /tmp /proc /devAndrew Leeming2016-09-191-1/+8
* Typeo derpAndrew Leeming2016-09-191-1/+1
* Fixing extra mount issuesAndrew Leeming2016-09-191-2/+6
* Changing debug line for listy errorAndrew Leeming2016-09-191-1/+1
* Woop, works with direct testsAndrew Leeming2016-09-162-6/+3
* Thinking I finally get itAndrew Leeming2016-09-161-6/+23
* log->printAndrew Leeming2016-09-151-1/+1
* bluirghAndrew Leeming2016-09-151-1/+3
* missing argvAndrew Leeming2016-09-151-7/+8
* mount unpacking bugfix. temp comment to testAndrew Leeming2016-09-151-1/+1
* Fixing networking config bugAndrew Leeming2016-09-151-1/+13
* Correcting tests to include bubblewrapAndrew Leeming2016-09-141-1/+1
* Correcting tests to include bubblewrapAndrew Leeming2016-09-143-2/+9
* Removing python3.3 req in tox testing, due to ci refusing to instlal itAndrew Leeming2016-09-141-1/+1
* Adding in ci commands for all python versions we are testingAndrew Leeming2016-09-141-0/+1
* Fixing bug with mount so it does not check fstab. Fixed bug if running py3Andrew Leeming2016-09-141-2/+7
* Fixingh stupid mistakeAndrew Leeming2016-09-131-1/+1
* Adding in unstable apt repo for bubblewrapAndrew Leeming2016-09-131-1/+2
* underscores to hyphens in package nameAndrew Leeming2016-09-131-1/+1
* Adding in CI and basic git ignoreAndrew Leeming2016-09-132-0/+14
* Adding in a simple bubblewrap implementationleeming/bubblewrapAndrew Leeming2016-09-091-0/+144
* Fixed a minor bug with root loggerleeming/root-logger-fixAndrew Leeming2016-08-233-3/+3
* Merge pull request #20 from gtristan/ensure-loaded-moduleSam Thursfield2016-06-131-0/+9
|\
| * Issue 19 and 17: Awful hack to ensure string-escape is loadedTristan Van Berkom2016-06-131-0/+9
|/
* Merge pull request #18 from gtristan/chroot-exception-propagationSam Thursfield2016-06-111-6/+6
|\
| * Propagate child process traceback from chroot process.Tristan Van Berkom2016-06-111-6/+6
|/
* README: fix reStructuredTest0.3.2Sam Thursfield2016-04-011-1/+1
* README: link to Awesome Linux Containers, move 'further reading' sectionSam Thursfield2016-04-011-8/+10
* README: Add userchroot toolSam Thursfield2016-04-011-0/+7
* README: Link to more thingsSam Thursfield2016-02-201-0/+22
* README: Discuss Garden linux backendSam Thursfield2016-01-261-0/+4
* README: Add a link to GardenSam Thursfield2016-01-261-0/+10
* Update README to link to FirejailSam Thursfield2016-01-201-0/+2
* Merge pull request #14 from fishface60/mount-more-flexibilitySam Thursfield2015-11-252-3/+22
|\
| * sandboxlib.chroot: Don't attempt to unmount remount mountsRichard Maw2015-11-211-1/+2
| * sandboxlib.linux_user_chroot: Allow manually specified read-only mountsRichard Maw2015-11-211-0/+8
| * sandboxlib.chroot: Make mount commands nicerRichard Maw2015-11-211-2/+12
|/
* Fix another typo in HACKING.rstSam Thursfield2015-09-141-1/+1
* Fix formatting mistakes in HACKING.rstSam Thursfield2015-09-141-1/+3
* Add PySpaces to READMESam Thursfield2015-07-211-0/+8
* README: Fix nonsense, add linksSam Thursfield2015-07-031-2/+5
* README: Add notes on runC and Warden container runtimesSam Thursfield2015-07-031-0/+25
* chroot: Capture output of mount/unmount commands0.3.1Sam Thursfield2015-06-171-2/+4
* Validate extra_mounts a bit more thoroughlySam Thursfield2015-06-171-10/+17
* chroot: Change directory to '/' after calling os.chroot()Sam Thursfield2015-06-171-0/+3
* Allow overriding backend autodetection with SANDBOXLIB_BACKEND variableSam Thursfield2015-06-172-18/+42
* linux_user_chroot: Sort --mount-readonly directoriesSam Thursfield2015-06-101-1/+3
* linux_user_chroot: Correct docstringSam Thursfield2015-06-091-5/+1
* Fix mistake in CAPABILITIES dictsSam Thursfield2015-06-092-2/+2