]> granicus.if.org Git - strace/commit
Convert parser of seccomp filter program to new mpers infrastructure
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 19 Sep 2015 21:28:23 +0000 (21:28 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Sep 2015 00:02:26 +0000 (00:02 +0000)
commit7a12974e9537c4ebaecada2a56f97dfa201f03db
treef9e00a4a324f389dfb6d57be7a56b27c85461759
parent3b731941f35465533376a9f4ac0d48baeb0b7e07
Convert parser of seccomp filter program to new mpers infrastructure

* 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.
Makefile.am
fetch_seccomp_fprog.c [new file with mode: 0644]
seccomp.c
seccomp_fprog.h [new file with mode: 0644]