- 24 Oct, 2016 1 commit
-
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 21 Oct, 2016 4 commits
-
-
Christian Brauner authored
Setup libtool
-
Stéphane Graber authored
This should allow proper filtering of build flags for libraries and make it easier to use PIE/PIC. Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Christian Brauner authored
tools: correct the argument typo in lxc_copy
-
Po-Hsu Lin authored
Correct the backingstorage typo in lxc_copy. Signed-off-by:Po-Hsu Lin <po-hsu.lin@canonical.com>
-
- 20 Oct, 2016 2 commits
-
-
Christian Brauner authored
s390x: Fix seccomp handling of personalities
-
Stéphane Graber authored
There are no personalities for s390x, so don't list itself as one. Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 18 Oct, 2016 6 commits
-
-
Christian Brauner authored
lxc-alpine: do not drop setfcap
-
Jakub Jirutka authored
Signed-off-by:Jakub Jirutka <jakub@jirutka.cz>
-
Christian Brauner authored
alpine: Fix installing extra packages
-
roedie authored
Signed-off-by:Sander Klein <github@roedie.nl>
-
Serge Hallyn authored
tools: better error reporting for lxc-start
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
- 14 Oct, 2016 7 commits
-
-
Stéphane Graber authored
tools: make overlay a valid backend for lxc-copy
-
Stéphane Graber authored
Add voidlinux distribution
-
Gregor Reitzenstein authored
Signed-off-by:Gregor Reitzenstein <dean4devil@paranoidlabs.org>
-
Christian Brauner authored
So far, users could only create overlay snapshots by specifying -B overlayfs and not with -B overlay. This adds support for -B overlay. Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
Christian Brauner authored
tests: fix image download for s390x
-
Po-Hsu Lin authored
Make release selection more flexible. Update the KNOWN_RELEAES list, add yakkety and remove vivid. Signed-off-by:Po-Hsu Lin <po-hsu.lin@canonical.com>
-
- 13 Oct, 2016 6 commits
-
-
Stéphane Graber authored
Drop leftover references to lxc_strerror().
-
Jafar Al-Gharaibeh authored
lxc_strerror() was dropped long time ago, in 2009 to be exact. Related commit: https://github.com/lxc/lxc/commit/7cee8789514fb42d6a48d50b904e24284f5526e3Signed-off-by:
Jafar Al-Gharaibeh <to.jafar@gmail.com>
-
Serge Hallyn authored
archlinux: Fix resolving
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Serge Hallyn authored
archlinux: Do DHCP on eth0
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 12 Oct, 2016 3 commits
-
-
Christian Brauner authored
lxc-alpine: mount /dev/shm as tmpfs
-
Jakub Jirutka authored
Signed-off-by:Jakub Jirutka <jakub@jirutka.cz>
-
Christian Brauner authored
log: sanity check the returned value from snprintf()
-
- 11 Oct, 2016 1 commit
-
-
Lans Zhang authored
The returned value from snprintf() should be checked carefully. This bug can be leveraged to execute arbitrary code through carefully constructing the payload, e.g, lxc-freeze -n `python -c "print 'AAAAAAAA' + 'B'*959"` -P PADPAD -o /tmp/log This command running on Ubuntu 14.04 (x86-64) can cause a segment fault. Signed-off-by:Lans Zhang <jia.zhang@windriver.com>
-
- 08 Oct, 2016 4 commits
-
-
Christian Brauner authored
mark the python examples as having utf-8 encoding
-
Evgeni Golov authored
this allows running them also under Python2, which otherwise would choke on Stéphane's name and error out with SyntaxError: Non-ASCII character '\xc3' in file … Signed-off-by:Evgeni Golov <evgeni@debian.org>
-
Christian Brauner authored
add Documentation entries to lxc and lxc@ units
-
Evgeni Golov authored
Signed-off-by:Evgeni Golov <evgeni@debian.org>
-
- 06 Oct, 2016 1 commit
-
-
Serge Hallyn authored
improve detect_ramfs_rootfs() and add test
-
- 05 Oct, 2016 1 commit
-
-
Stéphane Graber authored
tools: lxc-checkconfig conditionalize devpts check
-
- 04 Oct, 2016 2 commits
-
-
Christian Brauner authored
Define LXC_DEVEL to detect development releases
-
Stéphane Graber authored
This can be used by downstreams to improve their "feature" checks. Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 29 Sep, 2016 1 commit
-
-
Christian Brauner authored
Only check for DEVPTS_MULTIPLE_INSTANCES on kernels < 4.7. Signed-off-by:Christian Brauner <christian.brauner@canonical.com>
-
- 28 Sep, 2016 1 commit
-
-
Christian Brauner authored
Fix spelling of CentOS in the templates
-