Re: [systemd-devel] [PATCH] fix permissions on /run/systemd/nspawn/locks

2015-05-05 Thread Zbigniew Jędrzejewski-Szmek
On Tue, May 05, 2015 at 01:31:01PM -0500, Seth Jennings wrote: > machined is getting an EACCES when trying to create the lock file for > images because the mode on /run/systemd/nspawn/locks is 0600. > > mkdir("/run/systemd/nspawn/locks", 0600) = -1 EEXIST (File exists) > stat("/run/systemd/nspawn/

Re: [systemd-devel] [PATCH] fix permissions on /run/systemd/nspawn/locks

2015-05-05 Thread systemd github import bot
Patchset imported to github. Pull request: -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel maili

[systemd-devel] [PATCH] fix permissions on /run/systemd/nspawn/locks

2015-05-05 Thread Seth Jennings
machined is getting an EACCES when trying to create the lock file for images because the mode on /run/systemd/nspawn/locks is 0600. mkdir("/run/systemd/nspawn/locks", 0600) = -1 EEXIST (File exists) stat("/run/systemd/nspawn/locks", {st_mode=S_IFDIR|0600, st_size=40, ...}) = 0 open("/run/systemd/n