- 14 Jun, 2019 1 commit
-
-
Serge Hallyn authored
The reason for this is because openssl can be statically linked against, gnutls cannot. Signed-off-by:Serge Hallyn <shallyn@cisco.com>
-
- 13 Jun, 2019 2 commits
-
-
Christian Brauner authored
doc: add a note about shared ns + LSMs to Japanese doc
-
KATOH Yasufumi authored
Update for commit 8de90384Signed-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
- 12 Jun, 2019 4 commits
-
-
Stéphane Graber authored
seccomp: do not set SECCOMP_FILTER_FLAG_NEW_LISTENER
-
Christian Brauner authored
Centralize hook names
-
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>
-
Rachid Koucha authored
The hook string names must not be repeated in the source code to facilitate future changes Signed-off-by:Rachid Koucha <rachid.koucha@gmail.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 1 commit
-
-
Christian Brauner authored
fix issue 2765
-