Re: [systemd-devel] nspawn --overlay and --read-only

2017-01-31 Thread Fabien Meghazi
> > $ systemd-nspawn --directory=/os --read-only > --overlay=/os/home/foobar:/tmp/home/foobar:/home/foobar > --user=foobar > > I expect the user foobar to be able to write in /home/foobar (in the > container) but instead I get a Permission denied. > Sorry all, I was not properly managing the

[systemd-devel] nspawn --overlay and --read-only

2017-01-30 Thread Fabien Meghazi
Hi, With nspawn, when I use the following command: $ systemd-nspawn --directory=/os --read-only --overlay=/os/home/foobar:/tmp/home/foobar:/home/foobar --user=foobar I expect the user foobar to be able to write in /home/foobar (in the container) but instead I get a Permission denied. The man