X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fnspawn%2Fnspawn.c;h=867cf1926783ff07c9b7467e5ab4082931d5446e;hp=26ac1bf7df2369cce29bfdc2d0bf0573923b7fc5;hb=849958d1ba3533c953fad46d4d41c0ec6e48316d;hpb=cde684a2932d3c8cbb9b3374aec27a1c20ba75fa diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 26ac1bf7d..867cf1926 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -88,6 +88,7 @@ #include "blkid-util.h" #include "gpt.h" #include "siphash24.h" +#include "copy.h" #ifdef HAVE_SECCOMP #include "seccomp-util.h" @@ -773,7 +774,7 @@ static int setup_resolv_conf(const char *dest) { /* We don't really care for the results of this really. If it * fails, it fails, but meh... */ - copy_file("/etc/resolv.conf", where, O_TRUNC|O_NOFOLLOW); + copy_file("/etc/resolv.conf", where, O_TRUNC|O_NOFOLLOW, 0644); return 0; }