[File-cvs] CVS commit: file/src
Christos Zoulas
christos at zoulas.com
Tue Apr 6 22:02:17 UTC 2021
Module Name: file
Committed By: christos
Date: Tue Apr 6 22:02:17 UTC 2021
Modified Files:
file/src: seccomp.c
Log Message:
On ARM64 Linux access() syscall is no longer a real syscall to the
kernel. Instead it's emulated by glibc with a new faccessat() syscall.
(Icenowy Zheng)
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 file/src/seccomp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the File-cvs
mailing list