- 01 Dec, 2019 1 commit
-
-
Christian Brauner authored
This will only be defined if liblxc was even compiled with bpf supported. Support itself will be determined at runtime by liblxc itself. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 29 Nov, 2019 2 commits
-
-
Stéphane Graber authored
cgroups: add cgroup2 device controller support
-
Christian Brauner authored
Add a bpf-based device controller implementation. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 27 Nov, 2019 2 commits
-
-
Christian Brauner authored
cgfsng: return attach fail if container stopped
-
LiFeng authored
Signed-off-by:LiFeng <lifeng68@huawei.com>
-
- 20 Nov, 2019 4 commits
-
-
Stéphane Graber authored
fix wrong order of bridge/nic in error message
-
Balázs Póka authored
Signed-off-by:Balázs Póka <poka@idata.hu>
-
Christian Brauner authored
Typo in a comment
-
Rachid Koucha authored
"above" was used instead of "below" Signed-off-by:Rachid Koucha <rachid.koucha@gmail.com>
-
- 19 Nov, 2019 2 commits
-
-
Stéphane Graber authored
tests: use /dev/null instead of /dev/network_latency
-
Christian Brauner authored
BugLink: https://bugs.launchpad.net/bugs/1848587 The latter device has been removed apparently. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 11 Nov, 2019 2 commits
-
-
Christian Brauner authored
configure.ac: fix build on toolchain without SSP
-
Fabrice Fontaine authored
Commit 3b5a0eeb reverted 3aa72711 resulting in lxc being unable to be built on toolchain without SSP support Fixes: - http://autobuild.buildroot.org/results/57945f54ffbc5c8764b6891a4516c4907e56ab97Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- 09 Nov, 2019 2 commits
-
-
Stéphane Graber authored
Update cgroup.h
-
Aaditya Murthy authored
Fixed the documentation to say that cgroupv2 uses a unified hierarchy Signed-off-by:Aaditya Murthy <amurthy123@utexas.edu>
-
- 06 Nov, 2019 3 commits
-
-
Stéphane Graber authored
terminal: bugfixes
-
Christian Brauner authored
Closes: https://github.com/lxc/lxd/issues/6408Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 04 Nov, 2019 1 commit
-
-
Christian Brauner authored
lxc-usernsexec: support easily mapping own uid
-
- 02 Nov, 2019 1 commit
-
-
Serge Hallyn authored
Signed-off-by:Serge Hallyn <shallyn@cisco.com>
-
- 30 Oct, 2019 1 commit
-
-
Christian Brauner authored
tests: add tests making sure the exit code is appropriate.
-
- 29 Oct, 2019 3 commits
-
-
Florian Margaine authored
lxc2 broke this feature for lxc-execute, and lxc3 broke it for lxc-attach. This adds a test making sure we don't do the same mistake a third time. Signed-off-by:Florian Margaine <florian@platform.sh>
-
Stéphane Graber authored
terminal: return NULL on error in terminal_signal_init
-
Wolfgang Bumiller authored
Callers expect a NULL on error, and with PR #3171 marking the pointer as __do_free, we now return a pointer to freed memory here otherwise. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 25 Oct, 2019 2 commits
-
-
Stéphane Graber authored
terminal: prevent memory leak for lxc_terminal_state
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 23 Oct, 2019 2 commits
-
-
Christian Brauner authored
apparmor: Prevent writes to /proc/acpi/**
-
Wolfgang Bumiller authored
Same as #3117. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 22 Oct, 2019 2 commits
-
-
Christian Brauner authored
syscall_wrappers: rename internal memfd_create to memfd_create_lxc
-
Patrick Havelange authored
In case the internal memfd_create has to be used, make sure we don't clash with the already existing memfd_create function from glibc. This can happen if this glibc function is a stub. In this case, at ./configure time, the test for this function will return false, however the declaration of that function is still available. This leads to compilation errors. Signed-off-by:Patrick Havelange <patrick.havelange@essensium.com>
-
- 14 Oct, 2019 2 commits
-
-
Christian Brauner authored
lxc/tools/lxc/destroy: Restores error message on container destroy
-
Thomas Parrott authored
Partially reverts 65b92ea5 so that trying to destroy a non-existent container gives an error message. Signed-off-by:
Thomas Parrott <thomas.parrott@canonical.com>
-
- 12 Oct, 2019 4 commits
-
-
Stéphane Graber authored
Update lxc.containers.conf(5) in Japanese
-
KATOH Yasufumi authored
Update for commit 767bd70aSigned-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
Stéphane Graber authored
Bad sgml/man translation
-
Rachid Koucha authored
When calling "man lxc.container.conf", an internal "man" keyword is displayed : $ man lxc.container.conf [...] lxc.mount.entry Specify a mount point corresponding to a line in the fstab format. Moreover lxc supports mount propagation, such as rslave or rprivate, and adds three additional mount options. optional don't fail if mount does not work. create=dir or create=file to create dir (or file) when the point will be mounted. relative source path is taken to be relative to the mounted container root. For instance, dev/null proc/kcore none bind,relative 0 0 .fi <-----------------------------------UNEXPECTED KEYWORD !!!! The problem seems to come from the missing blanks before "dev/null proc/kcore none bind,relative 0 0" Moreover, for homogeneity purposes, it is better to use the "programlisting" tag used in the rest of the text instead of "screen". Signed-off-by:Rachid Koucha <rachid.koucha@gmail.com>
-
- 11 Oct, 2019 3 commits
-
-
Christian Brauner authored
Update Japanese lxc.container.conf(5)
-
KATOH Yasufumi authored
Update for commit 0684250fSigned-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
KATOH Yasufumi authored
Update for commit 63012bddSigned-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
- 10 Oct, 2019 1 commit
-
-
Christian Brauner authored
Send successful output messages to log info instead of error
-