opencontainers / runtime-tools

OCI Runtime Tools
https://www.opencontainers.org/
Apache License 2.0
434 stars 141 forks source link

Add syscall "statx" in seccomp to fix Operation not permitted #744

Closed CooperLi closed 2 years ago

CooperLi commented 2 years ago

syscall "statx" was first introduced by kernel at version 4.11, which is a new implementation of stat, caller can request specific information(file size only) to speed up the call. Docker has the statx in seccomp config as well.

Signed-off-by: CooperLi 1866858@gmail.com