[lxc-devel] [PATCH] oracle template: fix selinux context on symlinks in /dev

2013-10-17 Thread Dwight Engen
This fixes sshd getting an avc on traversing the /dev/ptmx symlink (was default_t) Signed-off-by: Dwight Engen --- templates/lxc-oracle.in | 4 1 file changed, 4 insertions(+) diff --git a/templates/lxc-oracle.in b/templates/lxc-oracle.in index deed9b3..ddc6d74 100644 --- a/templates/lxc-o

Re: [lxc-devel] [PATCH] oracle template: fix selinux context on symlinks in /dev

2013-10-17 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > This fixes sshd getting an avc on traversing the /dev/ptmx symlink > (was default_t) > > Signed-off-by: Dwight Engen Acked-by: Serge E. Hallyn > --- > templates/lxc-oracle.in | 4 > 1 file changed, 4 insertions(+) > > diff --git a/templa

[lxc-devel] [lxc/lxc] c944b9: oracle template: fix selinux context on symlinks i...

2013-10-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: c944b920f48558c59f94f93f2e561e464902b4d1 https://github.com/lxc/lxc/commit/c944b920f48558c59f94f93f2e561e464902b4d1 Author: Dwight Engen Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M templates/lxc-

Re: [lxc-devel] [PATCH] introduce snapshot_destroy

2013-10-17 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > Signed-off-by: S.Çağlar Onur Thanks, +1, just one thing: > --- > src/lxc/lxccontainer.c | 32 > src/lxc/lxccontainer.h | 7 +++ > 2 files changed, 39 insertions(+) > > diff --git a/src/lxc/lxccontainer.c b/src/lxc

[lxc-devel] [PATCH v2 2/2] support setting lsm label at exec or immediately

2013-10-17 Thread Dwight Engen
- Add attach test cases - Moved setting of LSM label later to avoid failure of IPC between parent and child during attach Signed-off-by: Dwight Engen --- v2: detect which lsm to test at runtime vs. compile time .gitignore | 1 + src/lxc/attach.c | 20 ++-

[lxc-devel] [PATCH 1/2] add lsm op for getting name of enabled lsm

2013-10-17 Thread Dwight Engen
Signed-off-by: Dwight Engen --- src/lxc/lsm/lsm.c | 9 - src/lxc/lsm/lsm.h | 26 ++ 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/src/lxc/lsm/lsm.c b/src/lxc/lsm/lsm.c index f022de9..508d640 100644 --- a/src/lxc/lsm/lsm.c +++ b/src/lxc/lsm/lsm.c

Re: [lxc-devel] lxc-start: Invalid argument - pivot_root syscall failed

2013-10-17 Thread Peter Volkov
В Чт, 10/10/2013 в 14:47 -0500, Serge Hallyn пишет: > Quoting Peter Volkov (p...@gentoo.org): > > I'm using 1.0.0.alpha1 although I've tried with 0.8.0 also and I'm > > unable to start container with the following error: > > > > lxc-start: Invalid argument - pivot_root syscall failed > > lxc-start

[lxc-devel] [lxc/lxc] 157aa2: lxc-attach: fixed typo: privleges -> privileges

2013-10-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 157aa271b595cbc425ac75553f9e98f97695c39c https://github.com/lxc/lxc/commit/157aa271b595cbc425ac75553f9e98f97695c39c Author: Dmitry Yu Okunev Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M src/lxc/lx

[lxc-devel] [lxc/lxc] 90ccc8: lxc-debian: Force locales generation

2013-10-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 90ccc878deddcb2ec31d9caa0686a666267acafe https://github.com/lxc/lxc/commit/90ccc878deddcb2ec31d9caa0686a666267acafe Author: Laurent Vallar Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M templates/lx