]> granicus.if.org Git - strace/commit
Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 1 Nov 2017 02:02:21 +0000 (02:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 1 Nov 2017 02:02:21 +0000 (02:02 +0000)
commit01d45b6c2b33683e8294e38cec773812a6623450
treee57289b34def474a173753fbacaa42e907c5b5dd
parent3ed59f89fdab11d790e9bf4de020978a283ccffd
Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD

Follow linux kernel commit v4.14-rc2~15^2~4 and rename SECCOMP_RET_KILL
to SECCOMP_RET_KILL_THREAD.

* xlat/seccomp_ret_action.in (SECCOMP_RET_KILL): Rename
to SECCOMP_RET_KILL_THREAD.
* tests/prctl-seccomp-filter-v.c (main): Update expected output.
* tests/seccomp-filter-v.c (main): Likewise.
tests/prctl-seccomp-filter-v.c
tests/seccomp-filter-v.c
xlat/seccomp_ret_action.in