blob: 6b1f77ffcebe22db856c5d28112ef1b0305237ab [file] [log] [blame]
Dmitry V. Levin7a129742015-09-19 21:28:23 +00001struct seccomp_fprog {
2 unsigned short len;
3 unsigned long filter;
4};