- 04 Oct, 2019 1 commit
-
-
Claudio Kuenzler authored
Signed-off-by:Claudio Kuenzler <ck@claudiokuenzler.com>
-
- 27 Aug, 2019 6 commits
-
-
Christian Brauner authored
Use file/directory names from macro.h
-
Stéphane Graber authored
cgroups: support cgroup2 freezer
-
Stéphane Graber authored
suppress false-negative error in templates and nvidia hook
-
Stéphane Graber authored
lxc-attach: make sure exit status of command is returned
-
Stéphane Graber authored
[aa-profile] Deny access to /proc/acpi/**
-
Pierre-Elliott Bécue authored
Signed-off-by:Pierre-Elliott Bécue <becue@crans.org>
-
- 26 Aug, 2019 3 commits
-
-
Antonio Terceiro authored
Commit ae68cad7 introduced a regression that makes lxc-attach ignore the exit status of the executed command. This was first identified in 3.0.4 LTS, while it worked on 3.0.3. # lxc-attach --version 3.0.4 # lxc-attach -n test false; echo $? 0 Signed-off-by:
Antonio Terceiro <terceiro@debian.org> Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934983
-
Christian Brauner authored
lxc-create: check absoule path for param '--dir'
-
Christian Brauner authored
When pure cgroup unified mode is used we cannot pre-mount a tmpfs as this confuses systemd. Users should also set lxc.mount.auto = cgroup:force to ensure that systemd in the container and on the host use identical cgroup layouts. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 19 Aug, 2019 1 commit
-
-
qianfan Zhao authored
Fix: #3123 Signed-off-by:qianfan Zhao <qianfanguijin@163.com>
-
- 15 Aug, 2019 1 commit
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 13 Aug, 2019 2 commits
-
-
Christian Brauner authored
attach: don't close stdout of getent
-
Wolfgang Bumiller authored
Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 03 Aug, 2019 2 commits
-
-
Christian Brauner authored
utils: Fix wrong integer of a function parameter.
-
Julio Faracco authored
If SSL is enabled, utils will include function `do_sha1_hash()` to generate a sha1 encrypted buffer. Last function argument of `EVP_DigestFinal_ex()` requires a `unsigned int` but the current parameter is an `integer` type. See error: utils.c:350:38: error: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] EVP_DigestFinal_ex(mdctx, md_value, md_len); ^~~~~~ /usr/include/openssl/evp.h:549:49: note: passing argument to parameter 's' here unsigned int *s); Signed-off-by:Julio Faracco <jcfaracco@gmail.com>
-
- 29 Jul, 2019 3 commits
-
-
Christian Brauner authored
lxccontainer: do_lxcapi_detach_interface to support detaching wlan devs
-
Thomas Parrott authored
Signed-off-by:Thomas Parrott <thomas.parrott@canonical.com>
-
Stéphane Graber authored
cgroups: initialize cpuset properly
-
- 28 Jul, 2019 2 commits
-
-
Christian Brauner authored
Closes #3108. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Wolfgang Bumiller authored
tree-wide: initialize all auto-cleanup variables
-
- 26 Jul, 2019 2 commits
-
-
Stéphane Graber authored
network: restore ability to move nl80211 devices
-
Christian Brauner authored
Closes #3105. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 23 Jul, 2019 3 commits
-
-
Christian Brauner authored
pidfds: don't print a scary warning on ENOSYS
-
Tycho Andersen authored
Most kernels don't have this functionality yet, and so the warning is printed a lot. Our people are scared of warnings, so let's make it INFO instead in this case. Signed-off-by:Tycho Andersen <tycho@tycho.ws>
-
Christian Brauner authored
Closes: #3101. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 22 Jul, 2019 5 commits
-
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Lukas Pirl authored
``/proc`` might be mounted with ``hidepid=2``. This makes ``/proc/1/…`` appear absent for non-root users. When using the templates or the nvidia hook as a non-root user (e.g., when creating unprivileged containers) the error "/proc/1/uid_map: No such file or directory" is printed. Since the script works correctly despite the error, this error message might be confusing for users. Signed-off-by:Lukas Pirl <git@lukas-pirl.de>
-
- 16 Jul, 2019 2 commits
-
-
Christian Brauner authored
seccomp: open memfd read-write
-
Wolfgang Bumiller authored
Makes it easier to implement syscalls which need to write to a buffer passed by user space as a pointer. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 11 Jul, 2019 7 commits
-
-
Christian Brauner authored
Adds veth router mode
-
tomponline authored
Signed-off-by:Thomas Parrott <thomas.parrott@canonical.com>
-
Thomas Parrott authored
Signed-off-by:Thomas Parrott <thomas.parrott@canonical.com>
-
Thomas Parrott authored
Defaulting to bridge mode. Signed-off-by:Thomas Parrott <thomas.parrott@canonical.com>
-
Thomas Parrott authored
Suggested usage: return error_log_errno(err, "Failed: %s", "some error"); It sets errno to the value of err, then calls SYSERROR with the format and remaining args. It always returns -1. Suggested-by:
Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by:
Thomas Parrott <thomas.parrott@canonical.com>
-
Christian Brauner authored
Suppress hardcoded table sizes
-
Rachid Koucha authored
. Use sizeof() instead of hardcoded values . snprintf(..., size, ""...) is in error if the return code is >= size (not sufficient to set only ">") Signed-off-by:Rachid Koucha <rachid.koucha@gmail.com>
-