- 10 Jan, 2019 1 commit
-
-
hn authored
Signed-off-by:
Hajo Noerenberg <hajo-github@noerenberg.de> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 08 Jan, 2019 4 commits
-
-
Christian Brauner authored
Fixing compile error when compiling for android
-
Ondrej Kubik authored
Signed-off-by:Ondrej Kubik <ondrej.kubik@canonical.com>
-
Christian Brauner authored
trivial fix: unprivileged veth devices (e.g. vethFWABHX) never contain 'Z' char
-
hn authored
fix: unprivileged veth devices (e.g. vethFWABHX) never contain 'Z' character in the randomly generated device name part because for modulo one does not need to substract 1 from strlen(). Signed-off-by:Hajo Noerenberg <hajo-github@noerenberg.de>
-
- 07 Jan, 2019 8 commits
-
-
Stéphane Graber authored
terminal: remove sigwinch command
-
Stéphane Graber authored
storage: do not destroy pre-existing rootfs
-
Stéphane Graber authored
cgfsng: do not free container_full_path on error
-
Stéphane Graber authored
lxccontainer: fix container copy
-
Stéphane Graber authored
confile: add lxc.seccomp.allow_nesting
-
Christian Brauner authored
Closes #2741. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
This adds the lxc.seccomp.allow_nesting api extension. If lxc.seccomp.allow_nesting is set to 1 then seccomp profiles will be stacked. This way nested containers can load their own seccomp policy on top of the policy that the outer container might have applied. Cc: Simon Fels <simon.fels@canonical.com> Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
We need to strip the prefix from the container's source path before trying to update the file. Closes #2380. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 06 Jan, 2019 2 commits
-
-
Christian Brauner authored
Revert "Set c to NULL after freeing it"
-
S.Çağlar Onur authored
Signed-off-by:S.Çağlar Onur <caglar@10ur.org>
-
- 04 Jan, 2019 2 commits
-
-
Christian Brauner authored
conf: use SYSERROR on lxc_write_to_file errors
-
Wolfgang Bumiller authored
Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 26 Dec, 2018 2 commits
-
-
Christian Brauner authored
Set c to NULL after freeing it
-
S.Çağlar Onur authored
Signed-off-by:S.Çağlar Onur <caglar@10ur.org>
-
- 17 Dec, 2018 2 commits
-
-
Stéphane Graber authored
lxccontainer: fix mount api (mount_injection_file)
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 16 Dec, 2018 1 commit
-
-
Christian Brauner authored
Closes #2752. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 13 Dec, 2018 3 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>
-
Christian Brauner authored
SIGWINCH is handled in lxc_terminal_signalfd_cb(). I cannot for the life of me figure out what this is supposed to do. Afaict, it scans a global list that is totally unnecessary and also let's say you have 100 ttys and for a single one SIGWINCH is sent. In that case the whole list is walked and two ioctl()s are performed: one to get window size one to set window size. For 99 of them the window size hasn't changed. If we see issues we can revert! Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 12 Dec, 2018 3 commits
-
-
Christian Brauner authored
fix #2742: lxc-cgroup not giving output
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Oguz Bektas authored
lxc-cgroup fails to provide any output since the latest version, this should fix it Signed-off-by:Oguz Bektas <o.bektas@proxmox.com>
-
- 11 Dec, 2018 2 commits
-
-
Wolfgang Bumiller authored
storage: src cannot be truncated
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 07 Dec, 2018 1 commit
-
-
Christian Brauner authored
configure.ac: fix build without stack-protector
-
- 04 Dec, 2018 2 commits
-
-
Fabrice Fontaine authored
Compiler based hardening (including -fstack-protector-strong) are enabled since version 3.0.3 and https://github.com/lxc/lxc/commit/2268c27754152aa538db2c9e3753d72d19bcd17a However, some compilers could missed the needed library (-lssp or -lssp_nonshared) at linking step so use ax_check_link_flag instead of ax_check_compile_flag Fixes: - http://autobuild.buildroot.org/results/0b90e7dca2984652842832a41abad93ac49a9b86Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
Christian Brauner authored
stringutils: include stdarg for va_list
-
- 03 Dec, 2018 1 commit
-
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/0b90e7dca2984652842832a41abad93ac49a9b86Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- 30 Nov, 2018 3 commits
-
-
Christian Brauner authored
fix install error when using --disable-commands option
-
Christian Brauner authored
lxc-usernsexec: fix default map functionality
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 29 Nov, 2018 1 commit
-
-
Cameron Nemo authored
* Place NULL bytes at the end of strings so that lxc_safe_ulong() can parse them correctly * Only free the newly created id_map on error, to avoid passing garbage to lxc_map_ids() Signed-off-by:Cameron Nemo <camerontnorman@gmail.com>
-
- 26 Nov, 2018 2 commits
-
-
Stéphane Graber authored
Add allowrunning option into Japanese lxc-copy(1)
-
KATOH Yasufumi authored
Update for commit 754076f5Signed-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-