Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interfaces/seccomp/template.go: allow copy_file_range
This was recently introduced as an optimization to Go 1.15, and so apps that start compiling may start to try and use it. Note that as of this commit, Go 1.15 does not fall back, and so apps that use this will fail outright, but there is work upstream in Go to fix this so that apps that get denied usage of copy_file_range with an EPERM will fallback to potentially slower implementations. See golang/go#40893 and https://go-review.googlesource.com/c/go/+/249257/ for more details on the Go issue and the fallback implementation. Signed-off-by: Ian Johnson <[email protected]>
- Loading branch information