From: Michael Tokarev <mjt-XAri/EZa3C4vJsYlp49lxw@public.gmane.org>
To: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
lxc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: mounts & namespaces
Date: Wed, 18 Nov 2009 12:48:47 +0300 [thread overview]
Message-ID: <4B03C2FF.5080004@msgid.tls.msk.ru> (raw)
Hello.
I asked similar question on lxc-devel@ but got no reply. Since
the issue is in kernel entirely, I'm asking in containers@ now.
As a base, I used lxc utils.
First of all, I'm concerned about file namespace security in a
container. It is, basically, just a chroot(2), or at least it
looks like that to me. But as we know, root can break out of
chroot. Are there any protection methods that prevents this
break-out?
I see lxc-start performs one additional rbind-mount - whole root
filesystem of a container to a temporary directory (mktemp), and
uses that temp dir as root for the container. I wonder what it
is trying to achieve this way. Is it related to the first
question and prevents breaking out of chroot somehow?
On a similar note, can pivot_root be used there instead of a chroot?
But see below for this one.
Inside a container, /proc/mounts is a complete mess, since most
paths are not accessible (out of chroot). When using real
/etc/mtab things become much nicer, but mtab has been made a
link to /proc/mounts for a purpose.
So I wonder if we can clean that stuff up for real. I mean, not
/proc/mounts by itself but the namespace. For that, using
pivot_root instead of a chroot to keep other filesystems
available directly, and umount all of them which are not
useful. I understand it is not always possible (you can't
umount /oldroot/usr as long as /oldroot/usr/containerroot
is bind-mounted to /), but I think it's worth to try, at
least in cases where it is doable (maybe not for general
utils but in custom use-case).
But before trying, I want to understand the security
implicatins and the whole root barrier thing if any --
see my first question.
Thanks!
/mjt
next reply other threads:[~2009-11-18 9:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-18 9:48 Michael Tokarev [this message]
[not found] ` <4B03C2FF.5080004-Gdu+ltImwkhes2APU0mLOQ@public.gmane.org>
2009-11-18 16:20 ` mounts & namespaces Serge E. Hallyn
2009-11-18 19:11 ` [lxc-devel] " Andrian Nord
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B03C2FF.5080004@msgid.tls.msk.ru \
--to=mjt-xari/eza3c4vjsylp49lxw@public.gmane.org \
--cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=lxc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox