Align copy_file_range(2) permissions with pread(2)/pwrite(2) for offset usage
Ensure that copy_file_range(2), like pread(2)/pwrite(2), requires the CAP_SEEK capability due to its offset argument.
This alignment prevents unauthorized file offset manipulations by processes.
Reported by: theraven@