Dmitry V. Levin
7a12974e95
* seccomp_fprog.h: New file. * fetch_seccomp_fprog.c: New file. * Makefile.am (strace_SOURCES): Add them. * seccomp.c: Include "seccomp_fprog.h". (print_seccomp_filter): Use fetch_seccomp_fprog.
5 lines
70 B
C
5 lines
70 B
C
struct seccomp_fprog {
|
|
unsigned short len;
|
|
unsigned long filter;
|
|
};
|