Hi Daniel,
On Apr 17, 2010, at 4:10 AM, Daniel Lezcano wrote:
> Daniel Lezcano wrote:
>> Julian Thomé wrote:
>>> Hello mailing list,
>>>
>>> Daniel Lezcano wrote a patch to make it possible to connect to a unix
>>> domain socket, which belongs to another network namespace.
>>>
>>> The patch fro
Hi daniel and all,
I have ran the CentOS 5 container on the CentOS 5. When lxc-start executes
with daemon mode
and without logging, the permission of /dev/null on the host OS changes from
0666 to 0600.
I guess it is because lxc uses bind mount due to remap from /dev/console to
/dev/null with
Hi Daniel,
This patch correctly terminates the string returned by readlink(2) with a NULL
charactor.
Thanks,
Ryousei
---
src/lxc/start.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lxc/start.c b/src/lxc/start.c
index 032fdf6..684a700 100644
--- a/src/lxc/star