Skip to content
/linux-syscalls

System Info · Section 2

(2)

Signature

#include <unistd.h>

— acct();

Description

Architecture mapping

ArchitectureNumberABIEntry point
x86 (i386)51i386sys_acct
x64 (x86_64)163commonsys_acct
ARM64 (aarch64)89sys_acct

Kernel history

Introduced in Linux —.

seccomp & containers

Docker default profile

Allowed

Podman default profile

Allowed

strace example

$ strace -e acct <cmd>

Security & observability