]> granicus.if.org Git - strace/commit
seccomp: decode SECCOMP_GET_ACTION_AVAIL operation
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 2 Nov 2017 00:21:57 +0000 (00:21 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 2 Nov 2017 00:21:57 +0000 (00:21 +0000)
commit5d460ae383b1b8a871eeaddb2e170739a2dda6ba
tree39fffd84b405812f5f0fd1c457cab3532e8c6c2a
parent745c53410f60ae829d932bf2bed26d06ab31662b
seccomp: decode SECCOMP_GET_ACTION_AVAIL operation

* defs.h (seccomp_ret_action): New xlat prototype.
* seccomp.c (decode_seccomp_set_mode_strict): Remove.
(SYS_FUNC(seccomp)): Decode SECCOMP_GET_ACTION_AVAIL operation.
* NEWS: Mention this.
* tests/seccomp_get_action_avail.c: New file.
* tests/gen_tests.in (seccomp_get_action_avail): New entry.
* tests/pure_executables.list: Add seccomp_get_action_avail.
* tests/.gitignore: Likewise.
NEWS
defs.h
seccomp.c
tests/.gitignore
tests/gen_tests.in
tests/pure_executables.list
tests/seccomp_get_action_avail.c [new file with mode: 0644]