1
0
mirror of https://github.com/coreos/mantle.git synced 2026-02-06 12:45:00 +01:00

4 Commits

Author SHA1 Message Date
Stephen Lowrie
67b9c0de95 *: add unprivileged-qemu platform
Adds a new platform `unprivileged-qemu` which is meant to be ran without
root access. It has a restricted set of functionality, such as a lack of
the Local cluster and no networking between machines.
2019-05-08 13:53:44 -05:00
Michael Marineau
42564bff1e system/exec: add CommandContext from go1.7 and reimplement Kill
The previous Kill implementation sent the signal even if the command had
already exited. The new cancel mechanism handles this case properly.
2016-10-25 13:11:59 -07:00
Nick Owens
5f077d2ed4 update/generator: skip tests when bzip2 is not in $PATH 2016-08-02 12:15:55 -07:00
Michael Marineau
01e4074e74 system/exec: move exec utilities to their own package
The new package is a near drop-in replacement for the standard os/exec
package. NewCommand has been renamed to Command in order to match the
standard package. dnsmasq has switched to this new package, fixing error
reporting in its Destroy method.
2015-11-04 16:04:53 -08:00