Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull seccomp updates from Kees Cook: "Major additions: - sysctl and seccomp operation to discover available actions (tyhicks) - new per-filter configurable logging infrastructure and sysctl (tyhicks) - SECCOMP_RET_LOG to log allowed syscalls (tyhicks) - SECCOMP_RET_KILL_PROCESS as the new strictest possible action - self-tests for new behaviors" [ This is the seccomp part of the security pull request during the merge window that was nixed due to unrelated problems - Linus ] * tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: samples: Unrename SECCOMP_RET_KILL selftests/seccomp: Test thread vs process killing seccomp: Implement SECCOMP_RET_KILL_PROCESS action seccomp: Introduce SECCOMP_RET_KILL_PROCESS seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD seccomp: Action to log before allowing seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW seccomp: Selftest for detection of filter flag support seccomp: Sysctl to configure actions that are allowed to be logged seccomp: Operation for checking if an action is available seccomp: Sysctl to display available actions seccomp: Provide matching filter for introspection selftests/seccomp: Refactor RET_ERRNO tests selftests/seccomp: Add simple seccomp overhead benchmark selftests/seccomp: Add tests for basic ptrace actions
No related branches found
No related tags found
Showing
- Documentation/networking/filter.txt 1 addition, 1 deletionDocumentation/networking/filter.txt
- Documentation/sysctl/kernel.txt 1 addition, 0 deletionsDocumentation/sysctl/kernel.txt
- Documentation/userspace-api/seccomp_filter.rst 50 additions, 2 deletionsDocumentation/userspace-api/seccomp_filter.rst
- include/linux/audit.h 1 addition, 5 deletionsinclude/linux/audit.h
- include/linux/seccomp.h 2 additions, 1 deletioninclude/linux/seccomp.h
- include/uapi/linux/seccomp.h 15 additions, 8 deletionsinclude/uapi/linux/seccomp.h
- kernel/seccomp.c 310 additions, 11 deletionskernel/seccomp.c
- tools/testing/selftests/seccomp/Makefile 13 additions, 5 deletionstools/testing/selftests/seccomp/Makefile
- tools/testing/selftests/seccomp/seccomp_benchmark.c 99 additions, 0 deletionstools/testing/selftests/seccomp/seccomp_benchmark.c
- tools/testing/selftests/seccomp/seccomp_bpf.c 514 additions, 96 deletionstools/testing/selftests/seccomp/seccomp_bpf.c
This diff is collapsed.
Please register or sign in to comment