-
-
Notifications
You must be signed in to change notification settings - Fork 274
Closed
Description
./exec_ptrace.c: In function 'set_exec_filter':
./exec_ptrace.h:102:29: error: 'EM_ARM' undeclared (first use in this function)
# define SECCOMP_AUDIT_ARCH AUDIT_ARCH_ARM
./exec_ptrace.c:1180:38: note: in expansion of macro 'SECCOMP_AUDIT_ARCH'
BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, SECCOMP_AUDIT_ARCH, 0, 6),
./exec_ptrace.h:102:29: note: each undeclared identifier is reported only once for each function it appears in
# define SECCOMP_AUDIT_ARCH AUDIT_ARCH_ARM
./exec_ptrace.c:1180:38: note: in expansion of macro 'SECCOMP_AUDIT_ARCH'
BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, SECCOMP_AUDIT_ARCH, 0, 6),
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels