summaryrefslogtreecommitdiffstats
path: root/kernel/seccomp.c
Commit message (Expand)AuthorAgeFilesLines
* file: remove __receive_fd()Christian Brauner2023-12-121-1/+1
* seccomp: Add missing kerndoc notationsKees Cook2023-08-171-4/+10
* seccomp: add the synchronous mode for seccomp_unotifyAndrei Vagin2023-07-171-2/+29
* seccomp: don't use semaphore and wait_queue togetherAndrei Vagin2023-07-171-5/+36
* seccomp: simplify sysctls with register_sysctl_init()Luis Chamberlain2023-04-131-14/+1
* seccomp: fix kernel-doc function name warningRandy Dunlap2023-01-131-1/+1
* seccomp: Add wait_killable semantic to seccomp user notifierSargun Dhillon2022-05-031-2/+40
* seccomp: Use FIFO semantics to order notificationsSargun Dhillon2022-04-291-1/+1
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+0
|\
| * tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* | seccomp: Invalidate seccomp mode to catch death failuresKees Cook2022-02-101-0/+10
|/
* Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-35/+7
|\
| * signal/seccomp: Dump core when there is only one live threadEric W. Biederman2021-08-261-1/+1
| * signal/seccomp: Refactor seccomp signal and coredump generationEric W. Biederman2021-08-261-34/+6
* | seccomp: Fix setting loaded filter count during TSYNCHsuan-Chi Kuo2021-08-111-1/+1
|/
* seccomp: Support atomic "addfd + send reply"Rodrigo Campos2021-06-281-6/+45
* seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon2021-05-291-14/+16
* Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-031-5/+12
|\
| * fs: split receive_fd_replace from __receive_fdChristoph Hellwig2021-04-161-5/+12
* | seccomp: Fix "cacheable" typo in commentsCui GaoSheng2021-03-301-1/+1
|/
* seccomp: Improve performace by optimizing rmb()wanghongzhe2021-02-101-1/+1
* seccomp: Add missing return in non-void functionPaul Cercueil2021-01-111-0/+2
* Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-3/+293
|\
| * Merge branch 'for-linus/seccomp' into for-next/seccompKees Cook2020-11-201-3/+2
| |\
| * | seccomp: Remove bogus __user annotationsJann Horn2020-11-201-2/+2
| * | seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu2020-11-201-0/+59
| * | seccomp/cache: Add "emulator" to check if filter is constant allowYiFei Zhu2020-11-201-1/+155
| * | seccomp/cache: Lookup syscall allowlist bitmap for fast pathYiFei Zhu2020-11-201-0/+77
* | | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-3/+3
|\ \ \ | |_|/ |/| |
| * | seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-3/+3
| |/
* / seccomp: Set PF_SUPERPRIV when checking capabilityMickaël Salaün2020-11-171-3/+2
|/
* seccomp: Make duplicate listener detection non-racyJann Horn2020-10-081-7/+31
* seccomp: Use current_pt_regs() instead of task_pt_regs(current)Denis Efremov2020-09-081-7/+11
* seccomp: kill process instead of thread for unknown actionsRich Felker2020-09-081-4/+4
* seccomp: don't leave dangling ->notif if file allocation failsTycho Andersen2020-09-081-3/+8
* seccomp: don't leak memory when filter install racesTycho Andersen2020-09-081-3/+10
* seccomp: Introduce addfd ioctl to seccomp user notifierSargun Dhillon2020-07-141-2/+173
* seccomp: Use -1 marker for end of mode 1 syscall listKees Cook2020-07-101-5/+5
* seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook2020-07-101-0/+9
* seccomp: Use pr_fmtKees Cook2020-07-101-1/+2
* seccomp: notify about unused filterChristian Brauner2020-07-101-5/+39
* seccomp: Lift wait_queue into struct seccomp_filterChristian Brauner2020-07-101-6/+6
* seccomp: release filter after task is fully deadChristian Brauner2020-07-101-25/+37
* seccomp: rename "usage" to "refs" and documentChristian Brauner2020-07-101-9/+10
* seccomp: Add find_notification helperSargun Dhillon2020-07-101-26/+27
* seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook2020-07-101-0/+3
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-311-3/+1
|\
| * bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-241-3/+1
* | seccomp: Add missing compat_ioctl for notifySven Schnelle2020-03-291-0/+1