- 23 Jun, 2021 1 commit
-
-
Tomasz Blaszczak authored
and the item is copied (strdup()) to the array. Thus, when an item is removed from an array, memory allocated for that item should be freed, successive items should be left-shifted and the array realloc()ed again (size-1). Additional changes: - If strdup() fails in add_to_array(), then an array should be realloc()ed again to original size. - Initialize an array in list_all_containers(). Signed-off-by:Tomasz Blaszczak <tomasz.blaszczak@consult.red>
-
- 16 Jun, 2021 2 commits
-
-
Stéphane Graber authored
cgroups: use stable ordering for co-mounted v1 controllers
-
Christian Brauner authored
Fixes: #3703 Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 14 Jun, 2021 10 commits
-
-
Stéphane Graber authored
remove problematic terminology
-
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>
-
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
Add support for LISTEN_FDS environment variable.
-
Ruben Jenster authored
The LISTEN_FDS environment variable defines the number of file descriptors that should be inherited by the container, in addition to stdio. The LISTEN_FDS environment variable is defined in the OCI spec and used to support socket activation. Refs #3845 Signed-off-by:
Ruben Jenster <r.jenster@drachenfels.de> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
string utils: Make sure don't return uninitialized memory.
-
- 12 Jun, 2021 1 commit
-
-
LiFeng authored
The function lxc_string_split_quoted and lxc_string_split_and_trim use realloc to reduce the memory. But the result may be NULL, the the returned memory will be uninitialized Signed-off-by:LiFeng <lifeng68@huawei.com>
-
- 08 Jun, 2021 4 commits
-
-
Stéphane Graber authored
api_extensions: introduce idmapped_mounts_v2 api extension
-
Christian Brauner authored
This indicates that LXC supports idmapping the rootfs and idmapped lxc.mount.entry entries. Link: https://github.com/lxc/lxd/issues/8870Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
tools/lxc_autostart: fix failed count
-
Christian Brauner authored
Don't include skipped containers in the failed count. Fixes: #3857 Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 07 Jun, 2021 2 commits
-
-
Stéphane Graber authored
lsm/apparmor: actually report an error when we fail to wire AppArmor …
-
Christian Brauner authored
Link: https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1931064Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 03 Jun, 2021 2 commits
-
-
Stéphane Graber authored
lxc: add lpthread to lxc.pc
-
Christian Brauner authored
Fixes: #3853 Suggested-by:
Tycho Andersen <tycho@tycho.pizza> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 28 May, 2021 2 commits
-
-
Stéphane Graber authored
Update lxc-net to support nftables
-
Pablo Correa Gómez authored
Closes #3093 Closes #3602 Add support for nftables firewall rules if `nft` command line interface is available in the system Signed-off-by:Pablo Correa Gómez <ablocorrea@hotmail.com>
-
- 25 May, 2021 3 commits
-
-
Stéphane Graber authored
fixes
-
Christian Brauner authored
Some users report that compilation fails because of reports that this variable can be used uninitialized. Initialize it to silence the compiler. Fixes: https://github.com/lxc/lxc/issues/3850Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
README: Update IRC
-
- 24 May, 2021 1 commit
-
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 21 May, 2021 8 commits
-
-
Stéphane Graber authored
start: rework fd synchronization
-
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>
-
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>
-
- 19 May, 2021 4 commits
-
-
Stéphane Graber authored
conf: fix mount option parsing
-
Christian Brauner authored
Fixes: Coverity 1484906 Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
conf: support idmapped lxc.mount.entry entries
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-