]> granicus.if.org Git - strace/blob - seccomp_fprog.h
Change unix_diag requests to use exact match instead of full dump
[strace] / seccomp_fprog.h
1 struct seccomp_fprog {
2         unsigned short len;
3         unsigned long filter;
4 };