Hi all, is it safe to use initctl in a container using upstart (as ubuntu lucid)? Especially, upstart-init uses an abstract unix-socket: connect(3, {sa_family=AF_FILE, path=@"/com/ubuntu/upstart"}, 22) = 0 Is this socket separated from the parent (host) namespace, so the container can't affect the host-system? -- Wilhelm