summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27 from CodethinkLabs/leeming/bwrap-rebase-patchHEADmasterPaul Sherwood2016-10-211-0/+37
|\
| * Patch for : No section: 'formatters'leeming/bwrap-rebase-patchAndrew Leeming2016-10-211-0/+37
* | Merge pull request #25 from CodethinkLabs/leeming/bwrap-rebasePaul Sherwood2016-10-2110-16/+344
|\ \ | |/
| * Bubblewrap is the default for executor_for_platform()leeming/bwrap-rebaseAndrew Leeming2016-10-214-24/+40
| * Rebasing bubblewrap branch with master.Andrew Leeming2016-10-138-5/+317
* | Merge pull request #24 from CodethinkLabs/tiagogomes/unit-test-fixesAndrew Leeming2016-10-066-39/+129
|\ \ | |/
| * Add a couple more teststiagogomes/unit-test-fixesTiago Gomes2016-10-062-7/+93
| * Avoid attempt to load string-escape with Python 3Tiago Gomes2016-10-061-5/+9
| * Change some tests to pass as non-rootTiago Gomes2016-10-061-7/+7
| * Fix unit testsTiago Gomes2016-10-064-13/+15
| * README: Update to the xdg-app new nameTiago Gomes2016-09-301-7/+5
|/
* Merge pull request #23 from CodethinkLabs/leeming/correct-testsTiago Gomes2016-09-302-1/+3
|\
| * Correcting a broken testleeming/correct-testsAndrew Leeming2016-09-282-1/+3
|/
* README.rst: Add Minijail to list of related projectsSam Thursfield2016-09-151-0/+10
* Merge pull request #21 from CodethinkLabs/leeming/root-logger-fixPaul Sherwood2016-08-233-3/+3
|\
| * 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
* README: Fix up the markupSam Thursfield2015-06-091-4/+4
* Update READMESam Thursfield2015-06-091-6/+68
* Fix numbering in HACKING.rstSam Thursfield2015-06-091-2/+2
* Merge branch '0.3.0'0.3.0Sam Thursfield2015-06-095-64/+100
|\
| * Fix some mistakes in chroot backendSam Thursfield2015-06-091-4/+5
| * Add some more tests0.3.0Sam Thursfield2015-06-091-1/+33
| * Validate parameters using CAPABILITIES dict, instead of manuallySam Thursfield2015-06-092-12/+11