- 21 Mar, 2017 3 commits
-
-
Christian Brauner authored
tests: Support running on IPv6 networks
-
Stéphane Graber authored
We waste a lot of time waiting for Ubuntu containers to cleanly stop right before we destroy them anyway. Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 20 Mar, 2017 2 commits
-
-
Stéphane Graber authored
tree-wide: include <sys/sysmacros.h> directly
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 19 Mar, 2017 6 commits
-
-
Stéphane Graber authored
don't set a default password for altlinux, gentoo, openmandriva and pld
-
Stéphane Graber authored
Allow setting the key server as an environment variable
-
Evgeni Golov authored
Refs: #1158 Signed-off-by:Evgeni Golov <evgeni@debian.org>
-
Tai Kedzierski authored
Signed-off-by:Tai Kedzierski <dch.tai@gmail.com>
-
Tai Kedzierski authored
Signed-off-by:Tai Kedzierski <dch.tai@gmail.com>
-
Tai Kedzierski authored
Checks if DOWNLOAD_KEYSERVER has already been set in the environment before setting a value Signed-off-by:Tai Kedzierski <dch.tai@gmail.com>
-
- 17 Mar, 2017 2 commits
-
-
Christian Brauner authored
python3: Deal with potential NULL char*
-
Stéphane Graber authored
Closes #1466 Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 15 Mar, 2017 6 commits
-
-
Stéphane Graber authored
Added 'mkdir -p' functionality in create_or_remove_cgroup
-
Stéphane Graber authored
[lxc-sabayon] Disable _unprivileged_shift_owner for create unprivileg…
-
Geaaru authored
[lxc-sabayon] Disable _unprivileged_shift_owner for create unprivileged container images for lxd and lxc-download. Signed-off-by:Geaaru <geaaru@gmail.com>
-
Stéphane Graber authored
[templates] archlinux: resolve conflicting files
-
otofune authored
Signed-off-by:otofune <otofune@gmail.com>
-
otofune authored
- already found /etc/localtime - duplicate creation /etc/resolv.conf Signed-off-by:otofune <otofune@gmail.com>
-
- 14 Mar, 2017 8 commits
-
-
Christian Brauner authored
lxc-checkconfig: verify new[ug]idmap are setuid-root
-
Serge Hallyn authored
Signed-off-by:Serge Hallyn <serge@hallyn.com>
-
Christian Brauner authored
lxc-alpine: few modifications
-
Jakub Jirutka authored
Some mirrors from the mirrors list are not very reliable and it seems that no one really wants to use some random mirror as the default option. Signed-off-by:Jakub Jirutka <jakub@jirutka.cz>
-
Jakub Jirutka authored
Signed-off-by:Jakub Jirutka <jakub@jirutka.cz>
-
Christian Brauner authored
Patch from Harald Dunkel + tweak
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Harald Dunkel authored
Signed-off-by:Harald Dunkel <harald.dunkel@aixigo.de>
-
- 12 Mar, 2017 1 commit
-
-
Serge Hallyn authored
lxc-user-nic: improvements
-
- 11 Mar, 2017 4 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 09 Mar, 2017 1 commit
-
-
Christian Brauner authored
Before this commit, lxc-user-nic could potentially have been tricked into operating on a network namespace over which the caller did not hold privilege. This commit ensures that the caller is privileged over the network namespace by temporarily dropping privilege. Launchpad: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1654676Reported-by:
Jann Horn <jannh@google.com> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 06 Mar, 2017 2 commits
-
-
Christian Brauner authored
seccomp: set SCMP_FLTATR_ATL_TSKIP if available
-
Serge Hallyn authored
Newer libseccomp has a flag called SCMP_FLTATR_ATL_TSKIP which allows syscall '-1' (nop) to be executed. Without that flag, debuggers cannot skip system calls inside containers. For reference, see the seccomp(2) manpage, which says: The tracer can skip the system call by changing the system call number to -1. and see the seccomp issue #80 Signed-off-by:Serge Hallyn <serge@hallyn.com>
-
- 03 Mar, 2017 1 commit
-
-
Serge Hallyn authored
cgfsng: make trim() safer
-
- 02 Mar, 2017 1 commit
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 27 Feb, 2017 2 commits
-
-
Stéphane Graber authored
log: fix lxc_unix_epoch_to_utc()
-
Christian Brauner authored
The conversion algorithm used uses a clever trick by letting a year start at 1 March. So we need to add 1 for January and February. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 26 Feb, 2017 1 commit
-
-
Stéphane Graber authored
start: dumb down SIGCHLD from WARN() to NOTICE()
-