- 11 Jun, 2019 9 commits
-
-
Stéphane Graber authored
seccomp: align with upstream libseccomp
-
Christian Brauner authored
Align with upstream libseccomp. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Align with upstream libseccomp. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Align with upstream libseccomp. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Align with upstream libseccomp. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Align with upstream libseccomp. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Align with upstream libseccomp. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Align with upstream libseccomp. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Align with upstream libseccomp. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 07 Jun, 2019 1 commit
-
-
Christian Brauner authored
proposed fix for #2892 - fix lxcbasename in lxc/lxccontainer.c
-
- 06 Jun, 2019 1 commit
-
-
Stéphane Graber authored
start: generate new boot id on container start
-
- 05 Jun, 2019 8 commits
-
-
Christian Brauner authored
Closes #3027. BugLink: https://bugs.launchpad.net/bugs/1831258 Cc: Dimitri John Ledkov <xnox@ubuntu.com> Cc: Scott Moser <smoser@ubuntu.com> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Paul Romlow authored
Signed-off-by:Paul Romlow <paul@romlow.com>
-
Stéphane Graber authored
cgroups: prevent segfault
-
Christian Brauner authored
Make /tmp accessible to any user
-
Rachid Koucha authored
/tmp created with "rwxrwxrwt" mode Signed-off-by:Rachid Koucha <rachid.koucha@gmail.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
start: fix handler memory leak at lxc_init failed
-
LiFeng authored
Signed-off-by:LiFeng <lifeng68@huawei.com>
-
- 04 Jun, 2019 4 commits
-
-
Christian Brauner authored
lxc_usernsexec: continuing after unshare fails leads to confusing and…
-
Brian McQueen authored
Signed-off-by:Brian McQueen <bmcqueen@linkedin.com>
-
Stéphane Graber authored
cgroups: handle offline cpus in v1 hierarchy
-
Christian Brauner authored
lxc-user-net: Failed to convert string " Failed to get group name" to integer
-
- 03 Jun, 2019 1 commit
-
-
Alexander Kriventsov authored
Signed-off-by:Alexander Kriventsov <akriventsov@nic.ru>
-
- 29 May, 2019 4 commits
-
-
Christian Brauner authored
lxc_clone: add a comment about stack size
-
Tycho Andersen authored
Signed-off-by:Tycho Andersen <tycho@tycho.ws>
-
Christian Brauner authored
Pass zero to clone
-
Tycho Andersen authored
This is the default thread size for glibc, so it is reasonable to match that when we clone(). Mostly this is a science experiment suggested by brauner, and who doesn't love science? Signed-off-by:Tycho Andersen <tycho@tycho.ws>
-
- 28 May, 2019 2 commits
-
-
Christian Brauner authored
fix issue 2765
-
Alexander Kriventsov authored
Signed-off-by:Alexander Kriventsov <akriventsov@nic.ru>
-
- 24 May, 2019 1 commit
-
-
Christian Brauner authored
Handle offline cpus in v1 hierarchy. In addition to isolated cpus we also need to account for offline cpus when our ancestor cgroup is the root cgroup and we have not been initialized yet. Closes #2953. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 21 May, 2019 2 commits
-
-
Stéphane Graber authored
configure: remove additional comma
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 17 May, 2019 2 commits
-
-
Stéphane Graber authored
lxccontainer: cleanup attach functions
-
Christian Brauner authored
Specifically, refloat function arguments and remove useless comments. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 16 May, 2019 3 commits
-
-
Stéphane Graber authored
attach: do not reload container
-
Christian Brauner authored
Let lxc_attach() reuse the already initialized container. Closes https://github.com/lxc/lxd/issues/5755. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
network: Fixes bug that stopped down hook from running for phys netdevs
-
- 15 May, 2019 2 commits
-
-
Thomas Parrott authored
Signed-off-by:Thomas Parrott <thomas.parrott@canonical.com>
-
Christian Brauner authored
network: move phys netdevs back to monitor's net ns rather than pid 1's
-