- 15 Apr, 2017 2 commits
-
-
Christian Brauner authored
Add two new helpers that allow to determine whether a given proc or file has a capability in the given set and move lxc_cap_is_set() to static function that both call internally. Closes #296. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 11 Apr, 2017 7 commits
-
-
Christian Brauner authored
start: fix error handling when limits fail to apply
-
Wolfgang Bumiller authored
(The code was moved here from the child side of the startup without adapting the error case.) Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Christian Brauner authored
Resource Limits
-
Wolfgang Bumiller authored
These functions define pointer to their key shifted by a number and guard access to it later via another variable. Let's make this more explicit (and additionally have the pointer be NULL in the case where it is not supposed to be used). Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
Wolfgang Bumiller authored
This adds lxc.limit.<name> options consisting of one or two colon separated numerical values (soft and optional hard limit). If only one number is specified it'll be used for both soft and hard limit. Additionally the word 'unlimited' can be used instead of numbers. Eg. lxc.limit.nofile = 30000:32768 lxc.limit.stack = unlimited Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 08 Apr, 2017 2 commits
-
-
Christian Brauner authored
remove obsolete note about api stability
-
Jakob Gillich authored
Signed-off-by:Jakob Gillich <jakob@gillich.me>
-
- 07 Apr, 2017 2 commits
-
-
Stéphane Graber authored
make Alpine template more POSIX shell friendly #1498
-
Vincent Catros authored
Signed-off-by:Vincent Catros <vincent.catros@laposte.net>
-
- 30 Mar, 2017 4 commits
-
-
Stéphane Graber authored
Increased buffer length in print_stats()
-
Stéphane Graber authored
Avoid waiting for bridge interface on bootup
-
Denis Pynkin authored
Some "/sys" entries exceeds buffer size. This results to some statistics loss ('BlkIO' in particular): wc -c /sys/fs/cgroup/blkio/lxc/alt/blkio.throttle.io_service_bytes 318 /sys/fs/cgroup/blkio/lxc/alt/blkio.throttle.io_service_bytes Signed-off-by:Denis Pynkin <dans@altlinux.org>
-
Torsten Fohrer authored
Signed-off-by:Torsten Fohrer <tfohrer@googlemail.com>
-
- 23 Mar, 2017 4 commits
-
-
Stéphane Graber authored
tools: exit with return code of lxc_execute()
-
Christian Brauner authored
Signed-off-by:Serge Hallyn <serge@hallyn.com>
-
Stéphane Graber authored
Keep veth.pair.name on network shutdown
-
Torsten Fohrer authored
In case of a container that is rebooting, freeing veth.pair.name here results in losing given veth.pair name (Only if given lxc_netdev is reused). Signed-off-by:Torsten Fohrer <tfohrer@googlemail.com>
-
- 22 Mar, 2017 4 commits
-
-
Christian Brauner authored
fedora: Fix i386 handling
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Stéphane Graber authored
Fix opening wrong file in suggest_default_idmap
-
John Chen authored
Fixing the typo making `suggest_default_idmap` open `subuidfile` instead of `subgidfile` to read subgid information. Signed-off-by:Pochang Chen <johnchen902@gmail.com>
-
- 21 Mar, 2017 5 commits
-
-
Stéphane Graber authored
tree-wide: include <sys/sysmacros.h> directly
-
Christian Brauner authored
tests: Support running on IPv6 networks
-
Stéphane Graber authored
We waste a lot of time waiting for Ubuntu containers to cleanly stop right before we destroy them anyway. 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
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 20 Mar, 2017 2 commits
-
-
Stéphane Graber authored
tree-wide: include <sys/sysmacros.h> directly
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 19 Mar, 2017 6 commits
-
-
Stéphane Graber authored
don't set a default password for altlinux, gentoo, openmandriva and pld
-
Stéphane Graber authored
Allow setting the key server as an environment variable
-
Evgeni Golov authored
Refs: #1158 Signed-off-by:Evgeni Golov <evgeni@debian.org>
-
Tai Kedzierski authored
Signed-off-by:Tai Kedzierski <dch.tai@gmail.com>
-
Tai Kedzierski authored
Signed-off-by:Tai Kedzierski <dch.tai@gmail.com>
-
Tai Kedzierski authored
Checks if DOWNLOAD_KEYSERVER has already been set in the environment before setting a value Signed-off-by:Tai Kedzierski <dch.tai@gmail.com>
-
- 17 Mar, 2017 2 commits
-
-
Christian Brauner authored
python3: Deal with potential NULL char*
-
Stéphane Graber authored
Closes #1466 Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-