seccomp.2: Mention <linux/audit.h>

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-12-30 10:05:42 +01:00
parent 43b265ff16
commit a0a0c98bdc
1 changed files with 2 additions and 1 deletions

View File

@ -213,7 +213,8 @@ system call information made available via:
.nf
struct seccomp_data {
int nr; /* System call number */
__u32 arch; /* AUDIT_ARCH_* value */
__u32 arch; /* AUDIT_ARCH_* value
(see <linux/audit.h>) */
__u64 instruction_pointer; /* CPU instruction pointer */
__u64 args[6]; /* Up to 6 system call arguments */
};