aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/seccomp
AgeCommit message (Expand)AuthorFilesLines
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-04-01Merge tag 'linux-kselftest-5.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-19/+8
2020-03-26selftests: Fix seccomp to support relocatable build (O=objdir)Gravatar Shuah Khan 1-14/+3
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-13selftests/seccomp: Adjust test fixture countsGravatar Kees Cook 1-5/+5
2020-03-04seccomp: allow TSYNC and USER_NOTIF togetherGravatar Tycho Andersen 1-1/+73
2020-01-02selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECVGravatar Sargun Dhillon 1-1/+12
2020-01-02selftests/seccomp: Zero out seccomp_notifGravatar Sargun Dhillon 1-0/+2
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+109
2019-10-29riscv: add support for SECCOMP and SECCOMP_FILTERGravatar David Abdurachmanov 1-1/+7
2019-10-21seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE testGravatar Christian Brauner 1-4/+4
2019-10-10seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUEGravatar Christian Brauner 1-0/+107
2019-10-10seccomp: avoid overflow in implicit constant conversionGravatar Christian Brauner 1-1/+2
2019-09-23selftests/seccomp: fix build on older kernelsGravatar Tycho Andersen 1-0/+5
2019-07-16ptrace: add PTRACE_GET_SYSCALL_INFO requestGravatar Elvira Khabirova 1-4/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 481Gravatar Thomas Gleixner 1-1/+1
2019-05-06Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-20/+23
2019-04-25selftests/seccomp: Prepare for exclusive seccomp flagsGravatar Kees Cook 1-9/+25
2019-04-16selftests/seccomp: Handle namespace failures gracefullyGravatar Kees Cook 1-20/+23
2019-02-13selftests/seccomp: Actually sleep for 1/10th secondGravatar Kees Cook 1-2/+3
2019-02-13selftests: unshare userns in seccomp pidns testcasesGravatar Tycho Andersen 1-1/+3
2019-02-13selftests: set NO_NEW_PRIVS bit in seccomp user testsGravatar Tycho Andersen 1-0/+24
2019-02-13selftests: skip seccomp get_metadata test if not real rootGravatar Tycho Andersen 1-0/+6
2019-02-13selftests: fix typo in seccomp_bpf.cGravatar Tycho Andersen 1-1/+1
2019-02-13selftests: don't kill child immediately in get_metadata() testGravatar Tycho Andersen 1-3/+3
2019-01-25selftests/seccomp: Enhance per-arch ptrace syscall skip testsGravatar Kees Cook 1-15/+57
2019-01-17selftests/seccomp: Abort without user notification supportGravatar Kees Cook 1-5/+5
2019-01-16selftests: seccomp: use LDLIBS instead of LDFLAGSGravatar Fathi Boudra 1-1/+1
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+445
2018-12-11selftests/seccomp: Remove SIGSTOP si_pid checkGravatar Kees Cook 1-2/+7
2018-12-11seccomp: add a return code to trap to userspaceGravatar Tycho Andersen 1-2/+445
2018-05-05seccomp: Add filter flag to opt-out of SSB mitigationGravatar Kees Cook 1-3/+19
2018-03-21selftests/seccomp: Allow get_metadata to XFAILGravatar Kees Cook 1-2/+13
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar James Morris 1-0/+61
2018-02-21seccomp: add a selftest for get_metadataGravatar Tycho Andersen 1-0/+61
2018-01-10selftests: seccomp: fix compile error seccomp_bpfGravatar Anders Roxell 1-2/+2
2017-11-15selftests: seccomp: update .gitignore with newly added testsGravatar Shuah Khan 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-27Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-5/+13
2017-09-25selftests/seccomp: Support glibc 2.26 siginfo_t.hGravatar Kees Cook 1-5/+13
2017-09-22Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-101/+626
2017-09-05selftests: Enhance kselftest_harness.h to print which assert failedGravatar Mickaël Salaün 1-1/+1
2017-08-14selftests/seccomp: Test thread vs process killingGravatar Kees Cook 1-60/+168
2017-08-14seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADGravatar Kees Cook 1-7/+10
2017-08-14seccomp: Action to log before allowingGravatar Tyler Hicks 1-1/+97
2017-08-14seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWGravatar Tyler Hicks 1-1/+68
2017-08-14seccomp: Selftest for detection of filter flag supportGravatar Tyler Hicks 1-0/+60
2017-08-14seccomp: Operation for checking if an action is availableGravatar Tyler Hicks 1-0/+36
2017-08-14selftests/seccomp: Refactor RET_ERRNO testsGravatar Kees Cook 1-37/+58
2017-08-14selftests/seccomp: Add simple seccomp overhead benchmarkGravatar Kees Cook 2-5/+112