System Info · Section 2
(2)
Signature
#include <unistd.h>
— acct();Description
Architecture mapping
| Architecture | Number | ABI | Entry point |
|---|---|---|---|
| x86 (i386) | 51 | i386 | sys_acct |
| x64 (x86_64) | 163 | common | sys_acct |
| ARM64 (aarch64) | 89 | — | sys_acct |
Kernel history
Introduced in Linux —.
seccomp & containers
Docker default profile
Allowed
Podman default profile
Allowed
strace example
$ strace -e acct <cmd>