- 12 Jun, 2019 1 commit
-
-
Christian Brauner authored
Do not set SECCOMP_FILTER_FLAG_NEW_LISTENER as seccomp attribute. Prior to libseccomp merging support for SECCOMP_RET_USER_NOTIF there was a libseccomp specific attribute that needed to be set before SECCOMP_RET_USER_NOTIF could be used. This has been removed. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 11 Jun, 2019 13 commits
-
-
Stéphane Graber authored
seccomp: add ifdefine for SECCOMP_FILTER_FLAG_NEW_LISTENER
-
Christian Brauner authored
So that we can deal with older kernels. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
seccomp: s/SCMP_FLTATR_NEW_LISTENER/SECCOMP_FILTER_FLAG_NEW_LISTENER/g
-
Christian Brauner authored
Align with upstream libseccomp. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
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>
-