seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD
In preparation for adding SECCOMP_RET_KILL_PROCESS, rename SECCOMP_RET_KILL
to the more accurate SECCOMP_RET_KILL_THREAD.
The existing selftest values are intentionally left as SECCOMP_RET_KILL
just to be sure we're exercising the alias.
Signed-off-by:
Kees Cook <keescook@chromium.org>
Showing
- Documentation/networking/filter.txt 1 addition, 1 deletionDocumentation/networking/filter.txt
- Documentation/userspace-api/seccomp_filter.rst 2 additions, 2 deletionsDocumentation/userspace-api/seccomp_filter.rst
- include/uapi/linux/seccomp.h 2 additions, 1 deletioninclude/uapi/linux/seccomp.h
- kernel/seccomp.c 21 additions, 18 deletionskernel/seccomp.c
- samples/seccomp/bpf-direct.c 2 additions, 2 deletionssamples/seccomp/bpf-direct.c
- samples/seccomp/bpf-helper.h 1 addition, 1 deletionsamples/seccomp/bpf-helper.h
- tools/testing/selftests/seccomp/seccomp_bpf.c 10 additions, 7 deletionstools/testing/selftests/seccomp/seccomp_bpf.c
Loading
Please register or sign in to comment