If file is a symlink, create new file at target location, otherwise later rename() could fail, because symlink and target can be at different directories which could mean different mount points. This is especially true for containers and ostree
Commit 09dcb3f2 fixes this pull-request
Pull-Request has been merged by mhlavink
If file is a symlink, create new file at target location,
otherwise later rename() could fail, because symlink and target
can be at different directories which could mean different mount
points. This is especially true for containers and ostree