Closed CooperLi closed 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
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