Copying a task's output file now refuses if the file changed or isn't an ordinary single-link file.
What's wrong with this entry?
Copying a task's output file now verifies it is an ordinary file with a single link before and after opening it, and refuses if anything changed in between.
- Checks for a regular file with link count 1, opens refusing symlinks and without blocking, then re-verifies device, inode and link count through the open handle.
- Refuses on ELOOP, EISDIR, ENOTDIR, ENXIO and EOPNOTSUPP, or on any change between the first check and the open, with a logged error.
task output swap refused
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.