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
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
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-
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
- 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 ++-
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
В Чт, 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
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
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