aboutsummaryrefslogtreecommitdiff
path: root/seccomp.c
AgeCommit message (Expand)Author
2017-11-15Update strace to 4.20.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-05-12Export print_seccomp_fprog for further use in parser of ptrace syscallDmitry V. Levin
2016-05-07seccomp.c: use print_array functionDmitry V. Levin
2016-04-12seccomp: fix decoding of sock_fprog and sock_filter structuresDmitry V. Levin
2016-04-11seccomp: print SECCOMP_* and BPF_* constants in a more compact wayDmitry V. Levin
2015-09-20Convert parser of seccomp filter program to new mpers infrastructureDmitry V. Levin
2015-07-17seccomp.c: make use of RVAL_DECODEDDmitry V. Levin
2015-07-17seccomp.c: use printaddr and umove_or_printaddrDmitry V. Levin
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2015-02-19seccomp: fix fallback definitions of some SECCOMP_* constantsDmitry V. Levin
2015-02-06Implement seccomp decodingDmitry V. Levin