summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/seccomp
Commit message (Expand)AuthorAgeFilesLines
...
* selftests/seccomp: Refactor arch register macros to avoid xtensa special caseKees Cook2020-09-191-50/+47
* selftests/seccomp: Use __NR_mknodat instead of __NR_mknodKees Cook2020-09-191-1/+1
* selftests/seccomp: Use bitwise instead of arithmetic operator for flagsZou Wei2020-09-081-4/+4
* selftests/seccomp: Add test for unknown SECCOMP_RET kill behaviorKees Cook2020-09-081-6/+37
* Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-151-1/+7
|\
| * sh: Add SECCOMP_FILTERMichael Karcher2020-08-141-1/+7
* | Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2020-08-061-1/+11
|\ \
| * | csky: Add SECCOMP_FILTER supportedGuo Ren2020-07-311-1/+12
| |/
* | Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-08-061-1/+15
|\ \
| * | selftests/seccomp: add xtensa supportMax Filippov2020-07-281-1/+15
| |/
* | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-044-225/+565
|\ \ | |/ |/|
| * selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFDSargun Dhillon2020-07-141-0/+229
| * selftests/seccomp: Check ENOSYS under tracingKees Cook2020-07-101-0/+20
| * selftests/seccomp: Refactor to use fixture variantsKees Cook2020-07-101-157/+42
| * seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook2020-07-101-1/+1
| * selftests/seccomp: Rename user_trap_syscall() to user_notif_syscall()Kees Cook2020-07-101-23/+23
| * selftests/seccomp: Make kcmp() less requiredKees Cook2020-07-101-20/+38
| * selftests/seccomp: Improve calibration loopKees Cook2020-07-101-18/+32
| * selftests/seccomp: use 90s as timeoutThadeu Lima de Souza Cascardo2020-07-101-0/+1
| * selftests/seccomp: Expand benchmark to per-filter measurementsKees Cook2020-07-102-9/+29
| * selftests/seccomp: Check for EPOLLHUP for user_notifChristian Brauner2020-07-101-0/+136
| * selftests/seccomp: Set NNP for TSYNC ESRCH flag testKees Cook2020-07-101-0/+5
| * selftests/seccomp: Add SKIPs for failed unshare()Kees Cook2020-07-102-2/+9
| * selftests/seccomp: Rename XFAIL to SKIPKees Cook2020-07-101-4/+9
* | selftests/seccomp: s390 shares the syscall and return value registerSven Schnelle2020-06-161-0/+1
|/
* selftests/seccomp: allow clock_nanosleep instead of nanosleepThadeu Lima de Souza Cascardo2020-04-141-6/+8
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | Merge tag 'linux-kselftest-5.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-012-19/+8
|\ \
| * | selftests: Fix seccomp to support relocatable build (O=objdir)Shuah Khan2020-03-261-14/+3
| * | selftests/seccomp: Adjust test fixture countsKees Cook2020-03-131-5/+5
| |/
* / seccomp: allow TSYNC and USER_NOTIF togetherTycho Andersen2020-03-041-1/+73
|/
* selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECVSargun Dhillon2020-01-021-1/+12
* selftests/seccomp: Zero out seccomp_notifSargun Dhillon2020-01-021-0/+2
* Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-301-1/+109
|\
| * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE testChristian Brauner2019-10-211-4/+4
| * seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUEChristian Brauner2019-10-101-0/+107
| * seccomp: avoid overflow in implicit constant conversionChristian Brauner2019-10-101-1/+2
* | riscv: add support for SECCOMP and SECCOMP_FILTERDavid Abdurachmanov2019-10-291-1/+7
|/
* selftests/seccomp: fix build on older kernelsTycho Andersen2019-09-231-0/+5
* ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova2019-07-161-4/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 481Thomas Gleixner2019-06-191-1/+1
* Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-061-20/+23
|\
| * selftests/seccomp: Handle namespace failures gracefullyKees Cook2019-04-161-20/+23
* | selftests/seccomp: Prepare for exclusive seccomp flagsKees Cook2019-04-251-9/+25
|/
* selftests/seccomp: Actually sleep for 1/10th secondKees Cook2019-02-131-2/+3
* selftests: unshare userns in seccomp pidns testcasesTycho Andersen2019-02-131-1/+3
* selftests: set NO_NEW_PRIVS bit in seccomp user testsTycho Andersen2019-02-131-0/+24
* selftests: skip seccomp get_metadata test if not real rootTycho Andersen2019-02-131-0/+6
* selftests: fix typo in seccomp_bpf.cTycho Andersen2019-02-131-1/+1