summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WSL: Disable network namespaceswip/WSLAlexander Larsson2018-09-171-0/+3
* WSL: Disable read-only bind mountAlexander Larsson2018-09-171-0/+5
* WSL: Enforce uid/gid for tmpfsAlexander Larsson2018-09-171-1/+2
* WSL: Handle missing standard /dev nodesAlexander Larsson2018-09-171-0/+6
* WSL: Don't fail if MS_SLAVE not workingAlexander Larsson2018-09-171-2/+4
* Post-release version bump to 0.3.1v0.3.1Alexander Larsson2018-08-091-1/+1
* Add --bind-try optionsPatrick Griffis2018-08-092-8/+42
* Fix doc typochocolateboy2018-07-261-1/+1
* Use "tmpfs" instead of empty string for mountColin Walters2018-07-171-1/+1
* Release 0.3.0v0.3.0Colin Walters2018-07-111-1/+1
* Fix leak detected by LSan/ASanOlivier Blin2018-06-141-5/+8
* ci: Update to FAH27Colin Walters2018-06-061-3/+3
* bwrap, pivot_root: do not require write access to the rootfsGiuseppe Scrivano2018-04-303-27/+47
* bwrap: do not always make /proc/{sys,sysrq-trigger,irq} roGiuseppe Scrivano2018-04-302-4/+19
* Use pivot_root() instead of chroot() for final rootColin Walters2018-04-301-8/+34
* Add "--" pseudo-argument to end option parsingSimon McVittie2018-04-232-2/+23
* Release 0.2.1v0.2.1Alexander Larsson2018-04-061-1/+1
* Don't rely on mkdir returning EEXISTS (fixing NFS)Alexander Larsson2018-03-163-20/+41
* userns-block-fd: Add support for Python 3Simon McVittie2017-11-031-2/+6
* userns-block-fd: Search the PATH for bwrapSimon McVittie2017-11-031-1/+1
* userns-block-fd: Search $PATH for pythonSimon McVittie2017-11-031-1/+1
* README.md: Remove double dotsMarcos Paulo de Souza2017-10-311-1/+1
* Remove O_RDONLY flag when O_PATH is usedMarcos Paulo de Souza2017-10-301-2/+2
* bubblewrap: Do not leak FDs dedicated to setup_newrootMickaël Salaün2017-10-301-0/+20
* Skip prctl(PR_CAP_AMBIENT) if PR_CAP_AMBIENT isn't definedSimon McVittie2017-10-271-0/+6
* build: Include various interesting files in tarballsSimon McVittie2017-10-111-1/+13
* bwrap: Second attempt at fixing an argv handling leakPhilip Withnall2017-10-101-6/+14
* tests: Correct number of tests in test-run.shPhilip Withnall2017-10-101-1/+1
* Release 0.2.0v0.2.0Colin Walters2017-10-091-1/+1
* bash completion: add --new-sessionVasya Novikov2017-10-091-0/+1
* bash completion: fix code styleVasya Novikov2017-10-091-5/+5
* bash completion: remove duplicatesVasya Novikov2017-10-091-2/+0
* Prefix error messages with program nameVladimir Panteleev2017-10-082-0/+11
* Avoid leaking --args-fd to child processColin Walters2017-10-061-0/+1
* add --unshare-all completionVasya Novikov2017-10-061-0/+1
* tests: Fix a race condition between attempts to lock a fileSimon McVittie2017-10-061-1/+4
* tests: Add basic test coverage for --argsSimon McVittie2017-10-061-1/+5
* Partially revert "bubblewrap: Fix a minor memory leak in --args handling"Simon McVittie2017-10-061-1/+1
* tests: Ensure non-root users have access to libcap toolsSimon McVittie2017-10-061-0/+3
* tests: Produce finer-grained TAP outputSimon McVittie2017-10-061-1/+16
* tests: Interpret stdout as TAP syntaxSimon McVittie2017-10-063-1/+8
* tests: Send diagnostics to stderrSimon McVittie2017-10-061-2/+2
* tests: Improve diagnostics if non-root caps test failsSimon McVittie2017-10-061-2/+5
* tests: Don't write to predictable filenames in /tmpSimon McVittie2017-10-061-2/+2
* acquire_privs: Cosmetic change to reduce indentationMarcos Paulo de Souza2017-09-301-3/+2
* bubblewrap.c: Fix typo secomp -> seccomp in drop_all_capsMarcos Paulo de Souza2017-09-261-1/+1
* bubblewrap: Remove not needed MS_MGC_VAL mount flagMarcos Paulo de Souza2017-09-262-6/+6
* With --dev, add /dev/fd and /dev/core symlinksColin Walters2017-09-182-0/+13
* bubblewrap: check for max_user_namespaces == 0Tristan Cacqueray2017-09-181-0/+9
* Distribute test helper librarySimon McVittie2017-08-291-0/+1