summaryrefslogtreecommitdiff
path: root/buildstream/_sandboxbwrap.py
Commit message (Expand)AuthorAgeFilesLines
* _sandboxbwrap.py: Better handling of interactiveTristan Van Berkom2017-06-251-32/+30
* _sandboxbwrap.py: Fix job control in interactive modeTristan Van Berkom2017-06-221-36/+53
* _sandboxbwrap.py: Implement SandboxFlags.INTERACTIVE, sort of.Tristan Van Berkom2017-06-201-3/+11
* _sandboxbwrap.py: Fix race condition when removing bwrap devicesTristan Van Berkom2017-06-201-7/+9
* _sandboxbwrap.py: Ensure mountpoints exist before mountingTristan Van Berkom2017-06-141-0/+2
* _sandboxbwrap.py: Adapt to new sandbox 'artifact' marked directories.Tristan Van Berkom2017-06-141-35/+140
* _sandboxbwrap.py: Handle EBUSY when trying to remove bubblewrap's device bind...Tristan Van Berkom2017-06-131-5/+40
* _sandboxbwrap.py: Conform to new API and use fuse for safe hardlinksTristan Van Berkom2017-06-121-22/+71
* _sandboxbwrap.py: Cleanup debris left behind by bwrapTristan Van Berkom2017-06-071-1/+23
* _sandboxbwrap.py: Fix issue #31, handle keyboard interruptsTristan Van Berkom2017-05-301-13/+20
* _sandboxbwrap.py: Mount /dev/random in the sandboxTristan Van Berkom2017-05-221-1/+1
* _sandboxbwrap.py: Use hard coded list of device nodes to mountTristan Van Berkom2017-05-021-3/+3
* Updated sources to use _signals.py for the signal handling.Tristan Van Berkom2017-04-071-3/+3
* _sandboxbwrap.py: Mount only the devices specified by the project device listTristan Van Berkom2017-03-241-6/+11
* _sandboxbwrap.py: Implement only the public interfaceTristan Van Berkom2017-03-081-292/+47
* _sandboxbwrap.py: Implement suspend/resume properly with utils._suspendable()Tristan Van Berkom2017-03-061-17/+48
* _sandboxbwrap.py: Force terminate sandboxed jobs when terminating a taskTristan Van Berkom2017-03-051-20/+37
* _sandboxbwrap.py: Remove obsolete code dealing with host toolsTristan Van Berkom2017-02-221-63/+0
* _sandboxbwrap.py: Ensure uid/gid are passed as strings when unsharing userTristan Van Berkom2017-02-031-1/+1
* _sandboxbwrap.py: Allow inheriting stdout and stderrJürg Billeter2016-12-311-33/+19
* _sandboxbwrap.py: Use utils.get_host_tool()Tristan Van Berkom2016-12-171-33/+2
* Adding in basic sandbox interface classAndrew Leeming2016-12-151-0/+474