aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/seccomp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+109
2019-10-29riscv: add support for SECCOMP and SECCOMP_FILTERDavid Abdurachmanov1-1/+7
2019-10-21seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE testChristian Brauner1-4/+4
2019-10-10seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUEChristian Brauner1-0/+107
2019-10-10seccomp: avoid overflow in implicit constant conversionChristian Brauner1-1/+2
2019-09-23selftests/seccomp: fix build on older kernelsTycho Andersen1-0/+5
2019-07-16ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova1-4/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 481Thomas Gleixner1-1/+1
2019-05-06Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-20/+23
2019-04-25selftests/seccomp: Prepare for exclusive seccomp flagsKees Cook1-9/+25
2019-04-16selftests/seccomp: Handle namespace failures gracefullyKees Cook1-20/+23
2019-02-13selftests/seccomp: Actually sleep for 1/10th secondKees Cook1-2/+3
2019-02-13selftests: unshare userns in seccomp pidns testcasesTycho Andersen1-1/+3
2019-02-13selftests: set NO_NEW_PRIVS bit in seccomp user testsTycho Andersen1-0/+24
2019-02-13selftests: skip seccomp get_metadata test if not real rootTycho Andersen1-0/+6
2019-02-13selftests: fix typo in seccomp_bpf.cTycho Andersen1-1/+1
2019-02-13selftests: don't kill child immediately in get_metadata() testTycho Andersen1-3/+3
2019-01-25selftests/seccomp: Enhance per-arch ptrace syscall skip testsKees Cook1-15/+57
2019-01-17selftests/seccomp: Abort without user notification supportKees Cook1-5/+5
2019-01-16selftests: seccomp: use LDLIBS instead of LDFLAGSFathi Boudra1-1/+1
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+445
2018-12-11selftests/seccomp: Remove SIGSTOP si_pid checkKees Cook1-2/+7
2018-12-11seccomp: add a return code to trap to userspaceTycho Andersen1-2/+445
2018-05-05seccomp: Add filter flag to opt-out of SSB mitigationKees Cook1-3/+19
2018-03-21selftests/seccomp: Allow get_metadata to XFAILKees Cook1-2/+13
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into fixes-v4.16-rc3James Morris1-0/+61
2018-02-21seccomp: add a selftest for get_metadataTycho Andersen1-0/+61
2018-01-10selftests: seccomp: fix compile error seccomp_bpfAnders Roxell1-2/+2
2017-11-15selftests: seccomp: update .gitignore with newly added testsShuah Khan1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-27Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-5/+13
2017-09-25selftests/seccomp: Support glibc 2.26 siginfo_t.hKees Cook1-5/+13
2017-09-22Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-101/+626
2017-09-05selftests: Enhance kselftest_harness.h to print which assert failedMickaël Salaün1-1/+1
2017-08-14selftests/seccomp: Test thread vs process killingKees Cook1-60/+168
2017-08-14seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook1-7/+10
2017-08-14seccomp: Action to log before allowingTyler Hicks1-1/+97
2017-08-14seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks1-1/+68
2017-08-14seccomp: Selftest for detection of filter flag supportTyler Hicks1-0/+60
2017-08-14seccomp: Operation for checking if an action is availableTyler Hicks1-0/+36
2017-08-14selftests/seccomp: Refactor RET_ERRNO testsKees Cook1-37/+58
2017-08-14selftests/seccomp: Add simple seccomp overhead benchmarkKees Cook2-5/+112
2017-08-14selftests/seccomp: Add tests for basic ptrace actionsKees Cook1-7/+34
2017-07-07Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-537/+4
2017-06-26seccomp: Adjust selftests to avoid double-joinKees Cook1-17/+34
2017-06-12selftests: kselftest_harness: Fix compile warningMickaël Salaün1-1/+1
2017-06-07selftests/seccomp: Force rebuild according to dependenciesMickaël Salaün1-0/+2
2017-06-07selftests: Make test_harness.h more generally availableMickaël Salaün2-536/+1
2017-01-05selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com1-5/+1
2016-06-14seccomp: add tests for ptrace holeKees Cook1-11/+165