<div dir="ltr"><div><div><div><div>Ok, I've an Ubuntu trusty 14.04 and I've done some testing with it.<br></div>With an old lxc 1.0.6:<br>   lxc_1.0.6-0ubuntu0.1_amd64.deb<br></div>the problem is there: read-only bind mounts are not respected.<br></div>Upgrading to lxc 1.0.7:<br>   lxc_1.0.7-0ubuntu0.1_amd64.deb<br></div>solve the problem.<br><div><div><div><div><br></div><div>Debian Jessie is running lxc 1.0.6 so they need to be informed of the bug I suppose...<br></div><div>Is there someone from Debian here in the mailing list ?<br><br></div><div>-- Marco<br></div><div><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 11, 2015 at 10:34 AM, Fajar A. Nugraha <span dir="ltr"><<a href="mailto:list@fajar.net" target="_blank">list@fajar.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Mar 10, 2015 at 7:43 PM, Marco <<a href="mailto:foobar.angus@gmail.com">foobar.angus@gmail.com</a>> wrote:<br>
> Hi,<br>
> I'm experiencing issues while trying to share an host path or filesystem as<br>
> read only to guests (read only bind-mounts).<br>
><br>
> Host: Debian 8 Jessie<br>
> Linux deb 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt4-3 (2015-02-03) x86_64<br>
> GNU/Linux<br>
><br>
> LXC: stock, 1.0.6-6<br>
> Guest: Debian 8 (no systemd)<br>
> Filesystem on host: ext4<br>
<br>
<br>
</span><span class="">> Well, the guest correctly bind-mounts the host path, but mounts it as<br>
> read-write.<br>
<br>
<br>
</span>Works for me on ubuntu. Try upgrading lxc<br>
<br>
root@v:~# touch /host/etc/test<br>
touch: cannot touch ‘/host/etc/test’: Read-only file system<br>
<br>
on config file:<br>
lxc.mount.entry = /etc host/etc auto bind,ro,create=dir 0 0<br>
<br>
ubuntu 14.10, lxc 1.1.0+master~20150224-0137-0ubuntu1~utopic from<br>
ppa:ubuntu-lxc/daily<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Fajar<br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a></font></span></blockquote></div><br></div>