- 28 Jul, 2017 7 commits
-
-
Christian Brauner authored
Use "rsync -SHaAX" to copy the cached rootfs into place
-
Harald Dunkel authored
(updated by Serge to also handle hte new lxc-fedora{-legacy{.in templates) Signed-off-by:Harald Dunkel <harri@afaics.de> Signed-off-by:
Serge Hallyn <serge@hallyn.com> Acked-by:
Serge Hallyn <serge@hallyn.com>
-
Stéphane Graber authored
lvm: fix check
-
Christian Brauner authored
Signed-off-by:
Thomas Hipp <thipp@suse.de> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
lvm: check whether lxc.bdev.lvm.vg is empty
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 27 Jul, 2017 2 commits
-
-
Stéphane Graber authored
cgroups: workaround gcc-7 bug
-
Christian Brauner authored
Also: LOL Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 26 Jul, 2017 3 commits
-
-
Serge Hallyn authored
cgroups: handle hybrid cgroup layouts
-
Christian Brauner authored
Closes #1669. Closes #1678. Relates to https://github.com/systemd/systemd/issues/6408. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 25 Jul, 2017 1 commit
-
-
Serge Hallyn authored
call lxc_setup() after unshare(CLONE_NEWCGROUP)
-
- 24 Jul, 2017 3 commits
-
-
Christian Brauner authored
When the running kernel supports cgroup namespaces and users want to manually set up cgroups via lxc.hook.mount before the init binary starts the cgroup namespace needs to be already unshared. Otherwise the view on the cgroup mounts is wrong. This commit places the call to lxc_setup() after the LXC_SYNC_POST_CGROUP barrier. Before this commit, the tty fds we allocate from a fresh devpts instance in the container's namespaces before the init binary starts were referring to the host's cgroup namespace since lxc_setup() was called before unshare(CLONE_NEWCGROUP). Although not a security risk at this point since setns() restricts its calls to /proc/<self>/ns files it's still better to do it *after* the cgroup namespace has been unshared. Adding a Suggested-by line for the lxc.mount.hook fix for Quentin. Closes #1597. Suggested-by:
Quentin Dufour <quentin@dufour.tk> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Fix issue #1702, do remount with the MS_REMOUNT flag when mounts with MS_RDONLY
-
Li Feng authored
Signed-off-by:Li Feng <lifeng68@huawei.com>
-
- 18 Jul, 2017 1 commit
-
-
Li Feng authored
Signed-off-by:Li Feng <lifeng68@huawei.com>
-
- 17 Jul, 2017 1 commit
-
-
Li Feng authored
Signed-off-by:Li Feng <lifeng68@huawei.com>
-
- 12 Jul, 2017 15 commits
-
-
Christian Brauner authored
cgfsng: remove the old workdaround code
-
Christian Brauner authored
update doc and test
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
Long Wang authored
Signed-off-by:Long Wang <w@laoqinren.net>
-
- 11 Jul, 2017 7 commits
-
-
Christian Brauner authored
cgfsng: only output debug info when we set cgroup data
-
Christian Brauner authored
Update Japanese man pages
-
KATOH Yasufumi authored
add "--defined" option Signed-off-by:KATOH Yasufumi <karma@jazz.email.ne.jp>
-
KATOH Yasufumi authored
Follow updates of configuration keys: * Delete lxc.kmsg (commit 26a38fb6) * lxc.console -> lxc.console.path (commit 3aed4934) * lxc.mount -> lxc.mount.fstab (commit 47148e96) * lxc.net.ipv{4,6} -> lxc.net.ipv{4,6}.address (commit 9ff60df2, 2e44ae28) * lxc.tty -> lxc.tty.max, lxc.devttydir -> lxc.tty.dir (commit fe1c5887) * lxc.pts -> lxc.pty.max (commit 232763) Signed-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
Long Wang authored
Only output debug info `cgroup 'xxxx' set to 'yyyy'` when we set cgroup data. Signed-off-by:Long Wang <w@laoqinren.net>
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
William Gathoye authored
Fix potential CVE when using spaces in LXC names Signed-off-by:William Gathoye <william@gathoye.be>
-