aboutsummaryrefslogtreecommitdiff
path: root/kernel/seccomp.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-17seccomp: Set PF_SUPERPRIV when checking capabilityGravatar Mickaël Salaün 1-3/+2
2020-10-08seccomp: Make duplicate listener detection non-racyGravatar Jann Horn 1-7/+31
2020-09-08seccomp: Use current_pt_regs() instead of task_pt_regs(current)Gravatar Denis Efremov 1-7/+11
2020-09-08seccomp: kill process instead of thread for unknown actionsGravatar Rich Felker 1-4/+4
2020-09-08seccomp: don't leave dangling ->notif if file allocation failsGravatar Tycho Andersen 1-3/+8
2020-09-08seccomp: don't leak memory when filter install racesGravatar Tycho Andersen 1-3/+10
2020-07-14seccomp: Introduce addfd ioctl to seccomp user notifierGravatar Sargun Dhillon 1-2/+173
2020-07-10seccomp: Use -1 marker for end of mode 1 syscall listGravatar Kees Cook 1-5/+5
2020-07-10seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDGravatar Kees Cook 1-0/+9
2020-07-10seccomp: Use pr_fmtGravatar Kees Cook 1-1/+2
2020-07-10seccomp: notify about unused filterGravatar Christian Brauner 1-5/+39
2020-07-10seccomp: Lift wait_queue into struct seccomp_filterGravatar Christian Brauner 1-6/+6
2020-07-10seccomp: release filter after task is fully deadGravatar Christian Brauner 1-25/+37
2020-07-10seccomp: rename "usage" to "refs" and documentGravatar Christian Brauner 1-9/+10
2020-07-10seccomp: Add find_notification helperGravatar Sargun Dhillon 1-26/+27
2020-07-10seccomp: Report number of loaded filters in /proc/$pid/statusGravatar Kees Cook 1-0/+3
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-1/+1
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-3/+1
2020-03-29seccomp: Add missing compat_ioctl for notifyGravatar Sven Schnelle 1-0/+1
2020-03-04seccomp: allow TSYNC and USER_NOTIF togetherGravatar Tycho Andersen 1-4/+10
2020-02-24bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.Gravatar David Miller 1-3/+1
2020-01-02seccomp: Check that seccomp_notif is zeroed out by the userGravatar Sargun Dhillon 1-0/+7
2019-10-10seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUEGravatar Christian Brauner 1-6/+22
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoGravatar Eric W. Biederman 1-1/+1
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2019-05-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2019-04-29Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+15
2019-04-25seccomp: Make NEW_LISTENER and TSYNC flags exclusiveGravatar Tycho Andersen 1-2/+15
2019-04-23seccomp: fix up grammar in commentGravatar Tycho Andersen 1-1/+1
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 1-1/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentGravatar Dmitry V. Levin 1-2/+2
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2019-02-22seccomp, bpf: disable preemption before calling into bpf progGravatar Alexei Starovoitov 1-0/+2
2019-01-22Merge tag 'v5.0-rc3' into next-generalGravatar James Morris 1-0/+4
2019-01-15seccomp: fix UAF in user-trap codeGravatar Tycho Andersen 1-0/+4
2019-01-10LSM: generalize flag passing to security_capableGravatar Micah Morton 1-2/+2
2018-12-13seccomp: fix poor type promotionGravatar Tycho Andersen 1-2/+1
2018-12-11seccomp: add a return code to trap to userspaceGravatar Tycho Andersen 1-2/+446
2018-12-11seccomp: switch system call argument type to void *Gravatar Tycho Andersen 1-4/+4
2018-12-11seccomp: hoist struct seccomp_data recalculation higherGravatar Tycho Andersen 1-6/+6
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-3/+3
2018-09-06seccomp: remove unnecessary unlikely()Gravatar Igor Stoppa 1-2/+2
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-36/+90
2018-05-08seccomp: Don't special case audited processes when loggingGravatar Tyler Hicks 1-10/+7
2018-05-08seccomp: Audit attempts to modify the actions_logged sysctlGravatar Tyler Hicks 1-9/+49
2018-05-08seccomp: Configurable separator for the actions_logged stringGravatar Tyler Hicks 1-6/+7
2018-05-08seccomp: Separate read and write code for actions_logged sysctlGravatar Tyler Hicks 1-22/+38
2018-05-05seccomp: Move speculation migitation control to arch codeGravatar Thomas Gleixner 1-13/+2
2018-05-05seccomp: Add filter flag to opt-out of SSB mitigationGravatar Kees Cook 1-8/+11