- 12 Apr, 2020 1 commit
-
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 10 Apr, 2020 2 commits
-
-
Christian Brauner authored
lxc-update-config: Fix bad handling of lxc.logfile
-
Stéphane Graber authored
Closes #3369 Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 09 Apr, 2020 8 commits
-
-
Stéphane Graber authored
fixes
-
Christian Brauner authored
Closes #3366. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
src/lxc/network: ipvlan comment and code style tweak
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Thomas Parrott authored
Signed-off-by:Thomas Parrott <thomas.parrott@canonical.com>
-
Christian Brauner authored
network: Make it possible to set the mode of IPVLAN to L2
-
KUWAZAWA Takuya authored
Signed-off-by:KUWAZAWA Takuya <albatross0@gmail.com>
-
- 08 Apr, 2020 5 commits
-
-
Stéphane Graber authored
lxc_user_nic: fixes
-
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
Closes #3361. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 07 Apr, 2020 5 commits
-
-
Stéphane Graber authored
start: ensure all file descriptors are closed during exec
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Closes https://github.com/checkpoint-restore/criu/issues/1011. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
cgroup isolation: handle devices cgroup early
-
Wolfgang Bumiller authored
Otherwise we cannot use an 'a' entry in devices.deny/allow as these are not permitted once a subdirectory was created. Without isolation we initialize the devices cgroup particularly late, so there are probably cases which cannot work with isolation. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 05 Apr, 2020 5 commits
-
-
Christian Brauner authored
Cgroup isolation fixes
-
Wolfgang Bumiller authored
Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Christian Brauner authored
doc: Add lxc.cgroup.dir.{monitor,container,container.inner} to Japanese man -
KATOH Yasufumi authored
Update for commit a900cbafSigned-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
- 04 Apr, 2020 2 commits
-
-
Stéphane Graber authored
api-extensions: add and document cgroup_advanced_isolation
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 03 Apr, 2020 7 commits
-
-
Christian Brauner authored
introduce lxc.cgroup.dir.{monitor,container,container.inner} -
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>
-
Wolfgang Bumiller authored
This is a new approach to #1302 with a container-side configuration instead of a global boolean flag. Contrary to the previous PR using an optional additional parameter for the get-cgroup command, this introduces two new additional commands to get the limiting cgroup path and cgroup2 file descriptor. If the limiting option is not in use, these behave identical to their full-path counterparts. If these variables are used the payload will end up in the concatenation of lxc.cgroup.dir.container and lxc.cgroup.dir.container.inner (which may be empty), and the monitor will end up in lxc.cgruop.dir.monitor. The directories are fixed, no retry count logic is applied, failing to create these directories will simply be a hard error. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Christian Brauner authored
Revert "start: remove unnecessary check for valid cgroup_ops"
-
Wolfgang Bumiller authored
This reverts commit 52520e4f. This can be NULL when there's a pre-start hook which fails. Signed-off-by:
Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 02 Apr, 2020 5 commits
-
-
Stéphane Graber authored
lxccontainer: poll takes millisecond not seconds
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
cgroups: fix build warning on GCC 7
-
Aleksa Sarai authored
GCC 7 appears to be clever enough to detect that transient_len is uninitialised but not that it won't be used despite [1]. Just initialise it to zero to stop the complaining, and allow LXC to build on openSUSE Leap. [1]: 34683042 ("cgroups: fix "uninitialized transient_len" warning") Signed-off-by:
Aleksa Sarai <cyphar@cyphar.com>
-
Stéphane Graber authored
fixes
-