Filesystems & Mounts · Section 2
(2)
Signature
#include <unistd.h>
— access();Description
Architecture mapping
| Architecture | Number | ABI | Entry point |
|---|---|---|---|
| x86 (i386) | 33 | i386 | sys_access |
| x64 (x86_64) | 21 | common | sys_access |
Kernel history
Introduced in Linux —.
seccomp & containers
Docker default profile
Allowed
Podman default profile
Allowed
strace example
$ strace -e access <cmd>