- 05 Dec, 2017 1 commit
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 04 Dec, 2017 4 commits
-
-
Christian Brauner authored
lxc_unshare: Add uid_mapping when creating userns
-
Stéphane Graber authored
Add bash completion to list backing store types for lxc-create -B
-
Stéphane Graber authored
Fix lxc-checkconfig output
-
Stéphane Graber authored
utils: declare sethostname() static inline
-
- 03 Dec, 2017 3 commits
-
-
Pierre LALET authored
Signed-off-by:Pierre LALET <pierre.lalet@cea.fr>
-
Pierre LALET authored
Signed-off-by:Pierre LALET <pierre.lalet@cea.fr>
-
Abbas Ally authored
- Backing Store types are hard-coded (Not sure how to get programmatically) - Closes #1236 Signed-off-by:Abbas Ally <abbasally5@yahoo.com>
-
- 02 Dec, 2017 4 commits
-
-
Christian Brauner authored
Add new dependency to Slackware template
-
CC-Hsu authored
I followed the [changelog of Slackware-current]<http://www.slackware.com/changelog/>, and found that Slackware-current split hostname utility from util-linux package in Nov 17 2017. So I add the new package to the template. Signed-off-by:
Chia-Chun Hsu <a12321aabb@gmail.com>
-
Christian Brauner authored
Update gentoo.moresecure.conf.
-
i.Dark_Templar authored
Closes https://github.com/lxc/lxc/issues/1928Signed-off-by:
i.Dark_Templar <darktemplar@dark-templar-archives.net>
-
- 01 Dec, 2017 8 commits
-
-
Marcos Paulo de Souza authored
Change conf.c to export function write_id_mapping, which will now be called inside main function of lxc_unshare.c. This is required because setuid syscalls only permits a new userns to set a new uid if the uid of parameter is mapped inside the ns using uid_map file[1]. So, just after the clone invocation, map the uid passed as parameter into the newly created user namespace, and put the current uid as the ID-outside-ns. After the mapping is done, setuid call succeeds. Closes: #494 [1] https://elixir.free-electrons.com/linux/latest/source/kernel/user_namespace.c#L286Signed-off-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Serge Hallyn authored
OCI layer caching + misc fixes
-
Felix Abecassis authored
This requires skopeo version 0.1.25 Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
Previously, the output would contain "null" strings in this case. Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
- 29 Nov, 2017 20 commits
-
-
Christian Brauner authored
Fix errors in configuration file parsing
-
Felix Abecassis authored
In addition to the memory corruption fixed in ee3e84df, this function was also performing invalid memory accesses for the following inputs: - `lxc.net` - `lxc.net.` - `lxc.net.0.` - `lxc.network` - `lxc.network.0.` Signed-off-by:
Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
This prevent an infinite recursion in the case of "lxc.net.0. = a" Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
This caused the linked list of appenders to loop on itself, creating an infinite logging loop in `__lxc_log_append`. Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Serge Hallyn authored
hooks: add dhclient hooks
-
Christian Brauner authored
tools/lxc_wait: removed internal logging
-
Christian Brauner authored
tools/lxc_usernsexec: removed internal logging
-
Christian Brauner authored
tools/lxc_unfreeze: removed internal logging
-
Christian Brauner authored
tools/lxc_top: removed internal logging
-
Christian Brauner authored
tools/lxc_stop: removed internal logging
-
Christian Brauner authored
tools/lxc_start: removed internal logging
-
Christian Brauner authored
tools/lxc_snapshot: removed internal logging
-
Christian Brauner authored
tools/lxc_ls: remove internal logging
-
Christian Brauner authored
tools/lxc_monitor: removed internal logging
-
Christian Brauner authored
tools/lxc_info: removed internal logging
-
Christian Brauner authored
tools/lxc_freeze: remove internal logging
-
Christian Brauner authored
tools/lxc_execute: removed internal logging
-
Christian Brauner authored
tools/lxc_unshare: removed internal logging
-