Re: [systemd-devel] remount

2014-11-10 Thread Lennart Poettering
On Fri, 07.11.14 15:35, Fisher, Charles J. (Top Echelon) ([email protected]) wrote: > When I start a container like this: > > [root@limsdev ~]# systemd-nspawn -bD /home/limsbox --bind-ro=/usr/lib64 > --bind-ro=/home/oracle/Ora12c/db > > Is there any way I can stop the container root fro

[systemd-devel] remount

2014-11-07 Thread Fisher, Charles J. (Top Echelon)
When I start a container like this: [root@limsdev ~]# systemd-nspawn -bD /home/limsbox --bind-ro=/usr/lib64 --bind-ro=/home/oracle/Ora12c/db Is there any way I can stop the container root from being able to do this?: ~ # mount -o remount,rw /usr/lib64 ___