- 22 Apr, 2017 1 commit
-
-
Stéphane Graber authored
conf: use bind-mount for /dev/ptmx
-
- 21 Apr, 2017 2 commits
-
-
Christian Brauner authored
AppArmor will refuse on /dev/ptmx being a symlink. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 19 Apr, 2017 1 commit
-
-
Serge Hallyn authored
autotools: check for cap_get_file
-
- 18 Apr, 2017 3 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
caps: skip file capability checks on android
-
- 17 Apr, 2017 5 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
attach|unshare: fix the wrong comment
-
0x0916 authored
Signed-off-by:0x0916 <w@laoqinren.net>
-
Christian Brauner authored
fix typo introduced in #1509
-
Evgeni Golov authored
Signed-off-by:Evgeni Golov <evgeni@debian.org>
-
- 16 Apr, 2017 3 commits
-
-
Serge Hallyn authored
idmap improvements
-
Christian Brauner authored
ls: simplify the judgment condition when list active containers
-
0x0916 authored
Signed-off-by:0x0916 <w@laoqinren.net>
-
- 15 Apr, 2017 4 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
The new{g,u}idmap binaries where a source of trouble for users when they lacked sufficient privileges. This commit adds code to check for sufficient privilege. It checks whether new{g,u}idmap is root owned and has the setuid bit set and if it doesn't it checks whether new{g,u}idmap is root owned and has CAP_SETUID in its CAP_PERMITTED and CAP_EFFECTIVE set. Closes #296. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
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>
-
- 14 Apr, 2017 2 commits
-
-
Stéphane Graber authored
android: add prlimit implementation for 32bit
-
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>
-